From 43af1998cf18c76c1afd3b9971400b9e48d5adff Mon Sep 17 00:00:00 2001 From: Marko Petric <marko.petric@cern.ch> Date: Fri, 16 Jun 2017 22:59:06 +0200 Subject: [PATCH] Require boost 1.49 this is when spirit 2.5.2 was instroduced and this is still the same spirit as in boost 1.64 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12a486c06..e2096b2e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ message ( STATUS "ROOT_VERSION: ${ROOT_VERSION}" ) # # Include Boost # -find_package( Boost REQUIRED ) +find_package( Boost 1.49 REQUIRED ) add_definitions( -DBOOST_SPIRIT_USE_PHOENIX_V3 ) #--------------------------------------------------------------------------------------------------- #fg: moved to here from DD4hep.cmake to not force CMAKE_CXX_FLAGS upon dependent packages -- GitLab