From ecc41f70631f1ac4ec3c98fb416075c7e972a563 Mon Sep 17 00:00:00 2001 From: Mavo Date: Fri, 5 Feb 2016 15:37:07 +0100 Subject: [PATCH] Require minimum boost version Former-commit-id: 07b138d157becd6e55218531c709607e5ddc2150 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f6a50f70..1aa2fa00c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -188,7 +188,7 @@ if(CUSTOM_BOOST_ROOT) set(BOOST_ROOT "${CUSTOM_BOOST_ROOT}") endif(CUSTOM_BOOST_ROOT) -find_package(Boost REQUIRED) +find_package(Boost 1.56.0 REQUIRED) if ((NOT Boost_LIBRARY_DIRS) OR ("${Boost_LIBRARY_DIRS}" STREQUAL "")) set(Boost_LIBRARY_DIRS "${Boost_INCLUDE_DIRS}/stage/lib")