From 73b060c863be39ddf9596631add3257735f202de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Me=C3=9Fmer?= Date: Sat, 18 Apr 2015 17:01:06 +0200 Subject: [PATCH] Add dependency to boost thread --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c02f287f..4dcd824d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ INCLUDE(messmer/cmake/tools) # Actually create targets: EXEcutables and libraries. ADD_BII_TARGETS() -ADD_BOOST(filesystem system) +ADD_BOOST(filesystem system thread) ACTIVATE_CPP14()