From c2cc47bc986fbceedf79af55eb87b46fa99fe497 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 30 May 2012 21:44:36 -0500 Subject: Reduce Boost dependency to 1.46 --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a167f15..13962647 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,9 +58,8 @@ else() set(HAVE_BOOST_PYTHON 0) endif() -find_package(Boost 1.47.0 - REQUIRED date_time filesystem system iostreams regex - unit_test_framework test_exec_monitor +find_package(Boost 1.46.0 + REQUIRED date_time filesystem system iostreams regex unit_test_framework ${BOOST_PYTHON}) include_directories(SYSTEM ${Boost_INCLUDE_DIRS}) -- cgit v1.2.3