From: maier Date: Fri, 28 Sep 2012 22:20:04 +0000 (+0000) Subject: Make the warning more prominent X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa09e77eb33bba8d83476c66e3030f395d28c252;p=dealii-svn.git Make the warning more prominent git-svn-id: https://svn.dealii.org/branches/branch_cmake@26870 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/macros/macro_configure_feature.cmake b/deal.II/cmake/macros/macro_configure_feature.cmake index e41eb63aa1..b21abfeffe 100644 --- a/deal.II/cmake/macros/macro_configure_feature.cmake +++ b/deal.II/cmake/macros/macro_configure_feature.cmake @@ -149,9 +149,9 @@ MACRO(CONFIGURE_FEATURE feature) ) SET_CACHED_OPTION(DEAL_II_WITH_${feature} OFF) ELSE() - MESSAGE(SEND_ERROR + MESSAGE(SEND_ERROR "\n" "DEAL_II_WITH_${feature} has unmet configuration requirements: " - "${macro_dependency} has to be set to \"ON\"." + "${macro_dependency} has to be set to \"ON\".\n\n" ) ENDIF() SET(macro_dependencies_ok FALSE)