From: Matthias Maier <tamiko@43-1.org>
Date: Fri, 26 Apr 2024 14:24:56 +0000 (-0500)
Subject: CMake: fix typo in Config.cmake.in
X-Git-Tag: v9.6.0-rc1~337^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16931%2Fhead;p=dealii.git

CMake: fix typo in Config.cmake.in

The file is named »deal.IIConfigGit.cmake«
---

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")
 
 #