]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix: Remove accidentally commited debug code
authorMatthias Maier <tamiko@kyomu.43-1.org>
Tue, 17 Sep 2013 11:09:30 +0000 (11:09 +0000)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Tue, 17 Sep 2013 11:09:30 +0000 (11:09 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30759 0785d39b-7218-0410-832d-ea1e28bc413d

tests/all-headers/CMakeLists.txt

index d3c7db8d884185a665980c13cbd985a2819093d6..3988fee6965ea72daac32a476a1c31d9923d293a 100644 (file)
@@ -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})

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.