From ae18a6031581ab66d4f4707c491d6d78ab3d263c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 17 Apr 2014 15:07:06 -0500 Subject: Bump minimum Boost dependency to 1.55 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e4eb091b..b7289748 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ else() endif() # Set BOOST_ROOT to help CMake to find the right Boost version -find_package(Boost 1.46.0 +find_package(Boost 1.55.0 REQUIRED date_time filesystem system iostreams regex unit_test_framework ${BOOST_PYTHON}) -- cgit v1.2.3