From 27f63b5e99f6c794635a5a31dea3cab4374821fe Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 23 Dec 2013 19:56:17 +0000 Subject: [PATCH] Improve error messages. git-svn-id: https://svn.dealii.org/trunk@32105 0785d39b-7218-0410-832d-ea1e28bc413d --- .../bundled/boost-1.49.0/libs/iostreams/src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/bundled/boost-1.49.0/libs/iostreams/src/CMakeLists.txt b/deal.II/bundled/boost-1.49.0/libs/iostreams/src/CMakeLists.txt index de3adb399c..07e336c8cc 100644 --- a/deal.II/bundled/boost-1.49.0/libs/iostreams/src/CMakeLists.txt +++ b/deal.II/bundled/boost-1.49.0/libs/iostreams/src/CMakeLists.txt @@ -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() -- 2.39.5