X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=CMakeLists.txt;h=faed21890c61c29246bbdaff596ae7c381d45617;hb=fefbb186cc197295ce493322832cadf22ee1cefe;hp=32060b969a9530fbec639aa8abfc93176bd2e9c2;hpb=bf0538e811cfdd4100f7da15868e3cdc52955ae1;p=quassel.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 32060b96..faed2189 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -618,7 +618,7 @@ git_describe(GIT_DESCRIBE --long) # If in a Git repo we can get the commit-date from a git command if (GIT_HEAD) execute_process( - COMMAND git show -s --format=%ct + COMMAND git -c log.showsignature=false show -s --format=%ct WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} OUTPUT_VARIABLE GIT_COMMIT_DATE OUTPUT_STRIP_TRAILING_WHITESPACE