diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c6053b1afc8fdb51570c7df0266857c72035a2b..09ff11de31c6aef854cac2587730c225e452e787 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -145,9 +145,9 @@ else(WIN32) message(STATUS "Using non-multithreaded boost") set(Boost_USE_MULTITHREADED 0) endif(contains) - find_package(Boost COMPONENTS program_options date_time system filesystem regex thread signals REQUIRED) + find_package(Boost COMPONENTS program_options date_time system filesystem regex thread-mt signals REQUIRED) if (NOT Boost_FOUND) - find_package(Boost COMPONENTS program_options date_time system filesystem regex thread-mt signals REQUIRED) + find_package(Boost COMPONENTS program_options date_time system filesystem regex thread signals REQUIRED) endif() endif(WIN32)