Skip to content

Commit

Permalink
--a
Browse files Browse the repository at this point in the history
  • Loading branch information
momentarylapse committed Oct 5, 2024
1 parent fd85573 commit 20b87f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cmake/CheckGit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function(CheckGitVersion)
if (NOT ${GIT_HASH} STREQUAL ${GIT_HASH_CACHE} OR NOT EXISTS ${post_configure_file})
# Set che GIT_HASH_CACHE variable the next build won't have
# to regenerate the source file.
message(STATUS "--->> GIT HASH: ${GIT_HASH}")
CheckGitWrite(${GIT_HASH})

configure_file(${pre_configure_file} ${post_configure_file} @ONLY)
Expand Down

0 comments on commit 20b87f8

Please sign in to comment.