Skip to content

Commit

Permalink
fix: given that the output dir is configurable, it's better for the c…
Browse files Browse the repository at this point in the history
…ache to have a nicer name
  • Loading branch information
Svalorzen committed Mar 7, 2024
1 parent ecfa09f commit 02dbc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitHash.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if (NOT DEFINED outputDir)
set(outputDir "${PROJECT_BINARY_DIR}/GitHash")
endif()
set(outputFile "${outputDir}/GitHash.cpp")
set(cacheFile "${outputDir}/cache.txt")
set(cacheFile "${outputDir}/GitHashCache.txt")

# Reads cache file to a variable
function(ReadGitSha1Cache sha1)
Expand Down

0 comments on commit 02dbc9a

Please sign in to comment.