From: Matthias Maier Date: Mon, 28 Oct 2013 13:13:21 +0000 (+0000) Subject: Cleanup: Remove stale variable from Config.cmake.in X-Git-Tag: v8.1.0~473 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b76af645978130a7ceae07bd6e57dca539541474;p=dealii.git Cleanup: Remove stale variable from Config.cmake.in git-svn-id: https://svn.dealii.org/trunk@31461 0785d39b-7218-0410-832d-ea1e28bc413d --- 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")