Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Feb 11, 2025
1 parent 242511c commit 8eeada9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/VersionInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ IF(GIT_FOUND AND NOT FORCE_VERSION)
# Parse hash from merge description
# e.g. "Merge abc1234 into def4567"
execute_process(
COMMAND "${GIT_EXECUTABLE}" git log -n 1 --format=%s
COMMAND "${GIT_EXECUTABLE}" log -n 1 --format=%s
OUTPUT_VARIABLE COMMIT_HASH
WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
TIMEOUT 10
Expand Down

0 comments on commit 8eeada9

Please sign in to comment.