From e558d8d591bb0bf27a97bf2b798bac569d45178e Mon Sep 17 00:00:00 2001 From: maier Date: Mon, 28 Oct 2013 13:13:21 +0000 Subject: [PATCH] Cleanup: Remove stale variable from Config.cmake.in git-svn-id: https://svn.dealii.org/trunk@31461 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/cmake/config/Config.cmake.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/deal.II/cmake/config/Config.cmake.in b/deal.II/cmake/config/Config.cmake.in index 85d469048f..153fb13f9e 100644 --- a/deal.II/cmake/config/Config.cmake.in +++ b/deal.II/cmake/config/Config.cmake.in @@ -175,6 +175,3 @@ SET(DEAL_II_TARGET_RELEASE "@CONFIG_TARGET_RELEASE@") # Full list of targets with "debug" and "optimized" keywords for easy use with TARGET_LINK_LIBRARIES: SET(DEAL_II_TARGET "@CONFIG_TARGET@") - -# Executable targets (such as mesh_converter, expand_instantiations, etc): -SET(DEAL_II_EXECUTABLE_CONFIG "${DEAL_II_PATH}/${DEAL_II_PROJECT_CONFIG_RELDIR}/${DEAL_II_PROJECT_CONFIG_NAME}Executables.cmake") -- 2.39.5