including boost system in build

This commit is contained in:
Michael Tryby
2019-02-28 17:12:22 -05:00
parent b248e181b3
commit 0d30d2c6a8

View File

@@ -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})