From: maier Date: Fri, 5 Oct 2012 16:01:13 +0000 (+0000) Subject: Bugfix. CMake is stupid X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bd81dbc0646ad9712f608d274393e28ec35afc5;p=dealii-svn.git Bugfix. CMake is stupid git-svn-id: https://svn.dealii.org/branches/branch_cmake@26965 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/cmake/setup_deal_ii.cmake b/deal.II/cmake/setup_deal_ii.cmake index 07f0b58876..30a4e38aa1 100644 --- a/deal.II/cmake/setup_deal_ii.cmake +++ b/deal.II/cmake/setup_deal_ii.cmake @@ -178,7 +178,7 @@ IF(DEAL_II_COMPONENT_COMPAT_FILES) SET_IF_EMPTY(DEAL_II_EXECUTABLE_RELDIR "bin") SET_IF_EMPTY(DEAL_II_INCLUDE_RELDIR "include") SET_IF_EMPTY(DEAL_II_LIBRARY_RELDIR "lib") - SET_IF_EMPTY(DEAL_II_PROJECT_CONFIG_RELDIR ".") + SET_IF_EMPTY(DEAL_II_PROJECT_CONFIG_RELDIR "${DEAL_II_LIBRARY_RELDIR}/cmake/${DEAL_II_PROJECT_CONFIG_NAME}") ELSE() # # IF DEAL_II_COMPONENT_COMPAT_FILES is not set, we assume that we have to