From: Cloudwalk Date: Tue, 14 Sep 2021 15:49:49 +0000 (-0400) Subject: cmake: Fix timestamp format X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=783cdc33dbedfd7ba574760fc4db84ec12d6c647;p=xonotic%2Fdarkplaces.git cmake: Fix timestamp format --- diff --git a/buildsys/target/engine.cmake b/buildsys/target/engine.cmake index 0974f042..bc2ee5fd 100644 --- a/buildsys/target/engine.cmake +++ b/buildsys/target/engine.cmake @@ -12,7 +12,7 @@ execute_process( ) execute_process( - COMMAND "git show -s --format=%ad --date='format-local:%a %b %d %Y %H:%I:%S UTC'" + COMMAND "git show -s --format=%ad --date='format-local:%a %b %d %Y %H:%M:%S UTC'" OUTPUT_VARIABLE timestamp OUTPUT_STRIP_TRAILING_WHITESPACE )