Reverted boost thread removal
This commit is contained in:
parent
9548404fb4
commit
95d44b804d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue