]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Promote the warning in macro_pickup_tests.cmake to a fatal error
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Nov 2013 23:14:49 +0000 (23:14 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 6 Nov 2013 23:14:49 +0000 (23:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@31570 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/cmake/macros/macro_pickup_tests.cmake

index 2b0ace6afb2585510c660654b8ce48aff604fc80..1e840dee4a22eb7533799d94607a1f20e5727b87 100644 (file)
@@ -74,12 +74,12 @@ MACRO(DEAL_II_PICKUP_TESTS)
           SET(_define_test FALSE)
         ENDIF()
       ELSE()
-        MESSAGE(WARNING "
+        MESSAGE(FATAL_ERROR "
 Invalid feature constraint \"${_match}\" in file
 \"${_comparison}\":
-The feature \"DEAL_II_${_feature}\" does not exist. Test dropped.\n"
+The feature \"DEAL_II_${_feature}\" does not exist.\n"
           )
-        SET(_define_test FALSE)
+        #SET(_define_test FALSE)
       ENDIF()
     ENDFOREACH()
 

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.