X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=4d15ebc2390b1bc3ba8ff0d212d6b3f9f8436a79;hp=8d9aaaec2d2de06ed4a03bdd2700a713ae4d5bfa;hb=092e6b212637ffbf68800584b7c1f32d1931b602;hpb=f6ceb85c6baa3e42dd5711fb62c96aed181ba46f diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d9aaaec..4d15ebc2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -656,7 +656,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