]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: Require at least boost version 1.54 2727/head
authorMatthias Maier <tamiko@43-1.org>
Tue, 28 Jun 2016 08:06:25 +0000 (03:06 -0500)
committerMatthias Maier <tamiko@43-1.org>
Tue, 28 Jun 2016 08:06:25 +0000 (03:06 -0500)
In reference to #2196
closes #2199

cmake/modules/FindBOOST.cmake

index 632483f2d8072f2fb455db4bad1cb2c2eff63c99..83b6f8c221105902354f577eaaef755696d9b80f 100644 (file)
@@ -43,7 +43,7 @@ ENDIF()
 
 # temporarily disable ${CMAKE_SOURCE_DIR}/cmake/modules for module lookup
 LIST(REMOVE_ITEM CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules/)
-FIND_PACKAGE(Boost 1.48 COMPONENTS iostreams serialization system thread)
+FIND_PACKAGE(Boost 1.54 COMPONENTS iostreams serialization system thread)
 LIST(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules/)
 
 #
@@ -54,7 +54,7 @@ IF(NOT Boost_FOUND AND Boost_USE_STATIC_LIBS)
 
   # temporarily disable ${CMAKE_SOURCE_DIR}/cmake/modules for module lookup
   LIST(REMOVE_ITEM CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules/)
-  FIND_PACKAGE(Boost 1.48 COMPONENTS iostreams serialization system thread)
+  FIND_PACKAGE(Boost 1.54 COMPONENTS iostreams serialization system thread)
   LIST(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules/)
 ENDIF()
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.