]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: Fix info string about bundled libraries 5379/head
authorMatthias Maier <tamiko@43-1.org>
Thu, 2 Nov 2017 16:11:28 +0000 (11:11 -0500)
committerMatthias Maier <tamiko@43-1.org>
Thu, 2 Nov 2017 16:11:28 +0000 (11:11 -0500)
cmake/configure/configure_boost.cmake
cmake/macros/macro_configure_feature.cmake

index ae851671cd09928e7a5bfff48a60b9ade23e6ed3..47b18cae816b55c641ba7bf56e41f81ff0a78e22 100644 (file)
@@ -17,7 +17,7 @@
 # Configuration for the boost library:
 #
 
-IF(NOT FEATURE_ZLIB_PROCESSED)                                     
+IF(NOT FEATURE_ZLIB_PROCESSED)
   MESSAGE(FATAL_ERROR "\n"
     "Internal build system error: The configuration of "
     "DEAL_II_WITH_BOOST depends on "
index dd6e0de50c182277f231da73a2d3c54cc86470a6..20a3a1b02f338ee144f3f85df71f2beb2a0af455 100644 (file)
@@ -114,7 +114,8 @@ or set the relevant variables by hand in ccmake."
     ${${_feature}_ADDITIONAL_ERROR_STRING}
     "Please ensure that a suitable ${_feature_lowercase} library is installed on your computer.\n"
     "If the library is not at a default location, either provide some hints "
-    "for autodetection,${_hint_snippet}${_bundled_snippet}"
+    "for autodetection,${_hint_snippet}"
+    ${_bundled_snippet}
     )
 ENDMACRO()
 

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.