including boost system in build
This commit is contained in:
@@ -27,7 +27,7 @@ if(MSVC)
|
|||||||
set(Boost_USE_STATIC_LIBS ON)
|
set(Boost_USE_STATIC_LIBS ON)
|
||||||
endif(MSVC)
|
endif(MSVC)
|
||||||
set(Boost_THREAD_FOUND OFF)
|
set(Boost_THREAD_FOUND OFF)
|
||||||
find_package(Boost COMPONENTS thread filesystem)
|
find_package(Boost COMPONENTS system thread filesystem)
|
||||||
include_directories (${Boost_INCLUDE_DIRS})
|
include_directories (${Boost_INCLUDE_DIRS})
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user