From 09f5f7e826230050215f567e9787bd5d3478b82b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 23 May 2012 05:29:28 -0500 Subject: Don't explicitly disable multithreaded Boost --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9eb39e3a..cf9e3fe1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,8 +58,6 @@ else() set(HAVE_BOOST_PYTHON 0) endif() -set(Boost_USE_MULTITHREADED OFF) - find_package(Boost 1.47.0 REQUIRED date_time filesystem system iostreams regex unit_test_framework test_exec_monitor -- cgit v1.2.3