Skip to content

Commit

Permalink
Merge pull request #16931 from tamiko/fix_typo
Browse files Browse the repository at this point in the history
CMake: fix typo in Config.cmake.in
  • Loading branch information
bangerth committed Apr 29, 2024
2 parents a4a1e0d + bea78cb commit 2fa0c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/config/Config.cmake.in
Expand Up @@ -137,7 +137,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")

#
Expand Down

0 comments on commit 2fa0c96

Please sign in to comment.