Skip to content
Snippets Groups Projects
Commit b3ce8baf authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Boost version is decreased

parent cf8a0d4f
No related branches found
No related tags found
No related merge requests found
......@@ -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}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment