]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a version check for external boot: We require at least version 1.44
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 31 Jan 2013 11:50:36 +0000 (11:50 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 31 Jan 2013 11:50:36 +0000 (11:50 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@28199 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/configure/configure_boost.cmake

index e764ab6252a4991e3e424705a76cee25cbd57f41..1408b5f47ee26b05610b463a4ac18f618038c116 100644 (file)
@@ -37,7 +37,10 @@ SET(DEAL_II_WITH_BOOST
 
 
 MACRO(FEATURE_BOOST_FIND_EXTERNAL var)
-  FIND_PACKAGE (Boost COMPONENTS serialization thread)
+  #
+  # We require at least version 1.44
+  #
+  FIND_PACKAGE (Boost 1.44 COMPONENTS serialization thread)
 
   IF(Boost_THREAD_FOUND AND Boost_SERIALIZATION_FOUND)
     SET(${var} TRUE)

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.