Fix ubuntu compile errors

This commit is contained in:
Eduardo Bart
2013-03-05 02:54:08 -03:00
parent 1dd558d57e
commit 44bf4dcb6e
5 changed files with 14 additions and 30 deletions

View File

@@ -196,7 +196,6 @@ message(STATUS "Build revision: ${BUILD_REVISION}")
add_definitions(-D"BUILD_REVISION=\\\"${BUILD_REVISION}\\\"")
# find boost
set(framework_DEFINITIONS ${framework_DEFINITIONS} -DBOOST_THREAD_PROVIDES_FUTURE) # enable boost::future
set(REQUIRED_BOOST_COMPONENTS system thread chrono)
if(WIN32)
set(Boost_THREADAPI win32)