]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bugfix
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Sep 2012 12:07:27 +0000 (12:07 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 13 Sep 2012 12:07:27 +0000 (12:07 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_cmake@26347 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/cmake/configure/configure_boost.cmake

index c7493ee36adabcd8644f797cdd2c19573de3868a..06c00f935cab8ee1d00384fd3f2241b630573789 100644 (file)
@@ -3,7 +3,7 @@ IF(NOT DEAL_II_FORCE_CONTRIB_BOOST)
   FIND_PACKAGE (Boost COMPONENTS serialization thread)
 
   IF(NOT DEAL_II_ALLOW_CONTRIB)
-    IF(NOT Boost_THREAD_FOUND OR NOT Boost_Serialization_FOUND)
+    IF(NOT Boost_THREAD_FOUND OR NOT Boost_SERIALIZATION_FOUND)
       macro_message_not_found("boost" "Boost")
     ENDIF()
   ELSE()

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.