]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
CMake: Bugfix, use BOOST_ROOT instead of Boost_DIR.
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 16 Aug 2013 22:28:37 +0000 (22:28 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 16 Aug 2013 22:28:37 +0000 (22:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@30324 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/configure/configure_boost.cmake

index 91824606adb1bcaeef09af51c3cbc5a39b772e4c..afe23bab45a4169e374513a81dcb91ff1a2cdc61 100644 (file)
@@ -40,7 +40,7 @@ MACRO(FEATURE_BOOST_FIND_EXTERNAL var)
 
   SET_IF_EMPTY(BOOST_DIR "$ENV{BOOST_DIR}")
   IF(NOT "${BOOST_DIR}" STREQUAL "")
-    SET(Boost_DIR "${BOOST_DIR}")
+    SET(BOOST_ROOT "${BOOST_DIR}")
   ENDIF()
 
   IF(DEAL_II_WITH_THREADS)

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.