From 92d94954b4ff07a1325bf031b1d12163b39a783a Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 5 Nov 2013 16:46:15 +0000 Subject: [PATCH] Remove debug output git-svn-id: https://svn.dealii.org/trunk@31551 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/scripts/run_testsuite.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/cmake/scripts/run_testsuite.cmake b/deal.II/cmake/scripts/run_testsuite.cmake index cc6070429b..c1eab18974 100644 --- a/deal.II/cmake/scripts/run_testsuite.cmake +++ b/deal.II/cmake/scripts/run_testsuite.cmake @@ -571,7 +571,6 @@ IF(CMAKE_SYSTEM_NAME MATCHES "Linux") # TODO: Come up with a more robust way to inject this that also works on # BSD and Mac # - MESSAGE(FATAL_ERROR "Success") FILE(GLOB _xml_files ${_path}/*.xml) EXECUTE_PROCESS(COMMAND sed -i -e s/CompilerName=\"\"/CompilerName=\"${_compiler_name}\"\\n\\tCompilerVersion=\"${_compiler_version}\"/g -- 2.39.5