From: Matthias Maier Date: Wed, 6 Nov 2013 23:14:49 +0000 (+0000) Subject: Promote the warning in macro_pickup_tests.cmake to a fatal error X-Git-Tag: v8.1.0~370 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af96d7c870581190f6e8f25b4a275ca21eaffdd6;p=dealii.git Promote the warning in macro_pickup_tests.cmake to a fatal error git-svn-id: https://svn.dealii.org/trunk@31570 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/macros/macro_pickup_tests.cmake b/deal.II/cmake/macros/macro_pickup_tests.cmake index 2b0ace6afb..1e840dee4a 100644 --- a/deal.II/cmake/macros/macro_pickup_tests.cmake +++ b/deal.II/cmake/macros/macro_pickup_tests.cmake @@ -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()