From 2562909b19bb81d0ab308a85727a4ea165132feb Mon Sep 17 00:00:00 2001 From: HanzZ Date: Fri, 27 Jul 2012 08:25:27 +0200 Subject: [PATCH] use boost multithreader --- cmake_modules/BoostConfig.cmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake_modules/BoostConfig.cmake b/cmake_modules/BoostConfig.cmake index 20e2e60b..408f3aff 100644 --- a/cmake_modules/BoostConfig.cmake +++ b/cmake_modules/BoostConfig.cmake @@ -637,14 +637,14 @@ ELSE (_boost_IN_CACHE) endif(Boost_COMPILER) - if(${Boost_MINOR_VERSION} GREATER 41 AND NOT WIN32 AND NOT APPLE) - set (_boost_MULTITHREADED "") - else() +# if(${Boost_MINOR_VERSION} GREATER 41 AND NOT WIN32 AND NOT APPLE) +# set (_boost_MULTITHREADED "") +# else() SET (_boost_MULTITHREADED "-mt") if( NOT Boost_USE_MULTITHREADED ) set (_boost_MULTITHREADED "") endif() - endif() +# endif() if(Boost_DEBUG) message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] "