From: Matthias Maier Date: Tue, 17 Sep 2013 11:09:30 +0000 (+0000) Subject: Fix: Remove accidentally commited debug code X-Git-Tag: v8.1.0~570^2~310 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=575081533ba33053764b59e23db206541c781853;p=dealii.git Fix: Remove accidentally commited debug code git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30759 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/all-headers/CMakeLists.txt b/tests/all-headers/CMakeLists.txt index d3c7db8d88..3988fee696 100644 --- a/tests/all-headers/CMakeLists.txt +++ b/tests/all-headers/CMakeLists.txt @@ -29,7 +29,7 @@ SET(_category all-headers) SET(_count "0") -IF(NOT"${DEAL_II_SOURCE_DIR}" STREQUAL "") +IF(NOT "${DEAL_II_SOURCE_DIR}" STREQUAL "") # The testsuite was configured as part of a deal.II project, so pick up # the headers from the corresponding source directory: FILE(GLOB_RECURSE _header ${DEAL_II_SOURCE_DIR}/include/deal.II/*.h) @@ -42,7 +42,6 @@ ELSE() LIST(GET DEAL_II_INCLUDE_DIRS 0 _header_dir) ENDIF() FILE(GLOB_RECURSE _header ${_header_dir}/deal.II/*.h) - MESSAGE(FATAL_ERROR ${_header_dir}) ENDIF() FOREACH(_full_file ${_header})