From bea78cbccccea13490f7ef81a724079ab5b0f3f9 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 26 Apr 2024 09:24:56 -0500 Subject: [PATCH] CMake: fix typo in Config.cmake.in MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The file is named »deal.IIConfigGit.cmake« --- cmake/config/Config.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/config/Config.cmake.in b/cmake/config/Config.cmake.in index 4601b27c8a..bec61fa1e8 100644 --- a/cmake/config/Config.cmake.in +++ b/cmake/config/Config.cmake.in @@ -145,7 +145,7 @@ set(DEAL_II_MPIEXEC_POSTFLAGS "@MPIEXEC_POSTFLAGS@") # Information about git revision, library targets and feature configuration # -set(DEAL_II_GIT_CONFIG "${DEAL_II_PATH}/${DEAL_II_PROJECT_CONFIG_RELDIR}/${DEAL_II_PROJECT_CONFIG_NAME}Git.cmake") +set(DEAL_II_GIT_CONFIG "${DEAL_II_PATH}/${DEAL_II_PROJECT_CONFIG_RELDIR}/${DEAL_II_PROJECT_CONFIG_NAME}ConfigGit.cmake") set(DEAL_II_TARGET_CONFIG "${DEAL_II_PATH}/${DEAL_II_PROJECT_CONFIG_RELDIR}/${DEAL_II_PROJECT_CONFIG_NAME}Targets.cmake") # -- 2.39.5