From 95d44b804d8d4fe712a61cea920686a1fbf2ac12 Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 24 Jul 2017 07:37:33 +0200 Subject: [PATCH] Reverted boost thread removal --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 119d278..075e4d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ include_directories(.) find_package(Threads REQUIRED) -set(BOOST_COMPONENTS system filesystem) +set(BOOST_COMPONENTS system filesystem thread) # Late 2017 TODO: remove the following checks and always use std::regex if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.9)