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()