From 0d30d2c6a857816cb5024089494a3555fd661bf9 Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Thu, 28 Feb 2019 17:12:22 -0500 Subject: [PATCH] including boost system in build --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 3737f43..80030aa 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -27,7 +27,7 @@ if(MSVC) set(Boost_USE_STATIC_LIBS ON) endif(MSVC) set(Boost_THREAD_FOUND OFF) -find_package(Boost COMPONENTS thread filesystem) +find_package(Boost COMPONENTS system thread filesystem) include_directories (${Boost_INCLUDE_DIRS})