From 047c74a9632e125167721422334bb3835e589ee7 Mon Sep 17 00:00:00 2001 From: maier Date: Wed, 10 Oct 2012 17:26:32 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@27058 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/macros/macro_deal_ii_setup_target.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/cmake/macros/macro_deal_ii_setup_target.cmake b/deal.II/cmake/macros/macro_deal_ii_setup_target.cmake index c47214dfac..f54f86105f 100644 --- a/deal.II/cmake/macros/macro_deal_ii_setup_target.cmake +++ b/deal.II/cmake/macros/macro_deal_ii_setup_target.cmake @@ -36,7 +36,7 @@ MACRO(DEAL_II_SETUP_TARGET target) IF(NOT DEAL_II_TARGET_CONFIG_INCLUDED) INCLUDE(${DEAL_II_TARGET_CONFIG}) - SET(DEAL_II_PROJECT_CONFIG_INCLUDED TRUE) + SET(DEAL_II_TARGET_CONFIG_INCLUDED TRUE) ENDIF() # Necessary for setting INCLUDE_DIRECTORIES via SET_TARGET_PROPERTIES -- 2.39.5