From 482167747b4201d74db3e71e88f6517f60d649d5 Mon Sep 17 00:00:00 2001 From: maier Date: Tue, 2 Oct 2012 22:59:06 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@26930 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/macros/macro_deal_ii_setup_compiler.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/cmake/macros/macro_deal_ii_setup_compiler.cmake b/deal.II/cmake/macros/macro_deal_ii_setup_compiler.cmake index 0612a4d231..927c987fa8 100644 --- a/deal.II/cmake/macros/macro_deal_ii_setup_compiler.cmake +++ b/deal.II/cmake/macros/macro_deal_ii_setup_compiler.cmake @@ -20,7 +20,7 @@ # DEAL_II_SETUP_COMPILER() # -MACRO(DEAL_II_SETUP_TARGET target) +MACRO(DEAL_II_SETUP_COMPILER) IF(NOT DEAL_II_PROJECT_CONFIG_INCLUDE) MESSAGE(FATAL_ERROR -- 2.39.5