From b3ce8bafc37229da99c6bb000ae8ba81822c57b9 Mon Sep 17 00:00:00 2001 From: Gennady Pospelov <g.pospelov@fz-juelich.de> Date: Mon, 14 Jul 2014 12:54:49 +0200 Subject: [PATCH] Boost version is decreased --- cmake/modules/SearchInstalledSoftware.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/SearchInstalledSoftware.cmake b/cmake/modules/SearchInstalledSoftware.cmake index e118d7cdb1c..8256b0016c9 100644 --- a/cmake/modules/SearchInstalledSoftware.cmake +++ b/cmake/modules/SearchInstalledSoftware.cmake @@ -30,7 +30,7 @@ endif() if(BORNAGAIN_PYTHON OR BORNAGAIN_GUI) list(APPEND boost_libraries_required python) endif() -find_package(Boost 1.48.0 COMPONENTS ${boost_libraries_required} REQUIRED) +find_package(Boost 1.47.0 COMPONENTS ${boost_libraries_required} REQUIRED) message(STATUS "Boost_INCLUDE_DIRS: ${Boost_INCLUDE_DIRS}") message(STATUS "Boost_LIBRARY_DIRS: ${Boost_LIBRARY_DIRS}") message(STATUS "Boost_LIBRARIES: ${Boost_LIBRARIES}") -- GitLab