]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Improve error messages.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Dec 2013 19:56:17 +0000 (19:56 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 23 Dec 2013 19:56:17 +0000 (19:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@32105 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/bundled/boost-1.49.0/libs/iostreams/src/CMakeLists.txt

index de3adb399c2193020c14690f356c59b9e8c292b2..07e336c8cca8e0de559df0f404e2855896147125 100644 (file)
@@ -26,7 +26,7 @@ IF(DEAL_II_WITH_ZLIB)
       zlib.cpp
   )
 ELSE()
-  MESSAGE(STATUS "BOOST::Iostreams will not support gzipped streams because libz could not be found")
+  MESSAGE(STATUS "BOOST::Iostreams will not support gzipped streams because libz or its header files could not be found")
 ENDIF()
 
 IF(DEALII_WITH_BZIP2)
@@ -35,7 +35,7 @@ IF(DEALII_WITH_BZIP2)
       bzip2.cpp 
   )
 ELSE()
-  MESSAGE(STATUS "BOOST::Iostreams will not support bz2'ed streams because libz could not be found")
+  MESSAGE(STATUS "BOOST::Iostreams will not support bz2'ed streams because libbz2 or its header files could not be found")
 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.