Skip to content

Commit

Permalink
Merge pull request #14115 from daschuer/gh12997
Browse files Browse the repository at this point in the history
Allow to build with git "showSignature = true"
  • Loading branch information
Swiftb0y authored Jan 3, 2025
2 parents 917fca9 + e5f3655 commit 049aae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/GitInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ endif()
# Get the current commit date
if(NOT GIT_COMMIT_DATE)
execute_process(
COMMAND git show --quiet --format=%cI --date=short
COMMAND git show --quiet --format=%cI --date=short --no-show-signature
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
OUTPUT_VARIABLE GIT_COMMIT_DATE
OUTPUT_STRIP_TRAILING_WHITESPACE
Expand Down

0 comments on commit 049aae6

Please sign in to comment.