mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 23:59:37 +02:00
Modify `cmake-proxies/cmake-modules/Version.cmake` to use `git show` properly. Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
This commit is contained in:
parent
7a55a0b8c3
commit
9238df3294
@ -4,7 +4,7 @@
|
||||
|
||||
execute_process(
|
||||
COMMAND
|
||||
${GIT} show -s "--format=#define REV_LONG \"%H\"%n#define REV_TIME \"%cd\"%n"
|
||||
${GIT} show -s "--format=#define REV_LONG \"%H\"%n#define REV_TIME \"%cd\"%n" --no-notes --no-show-signature
|
||||
OUTPUT_FILE
|
||||
${_PRVDIR}/RevisionIdent.h.in
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
|
Loading…
x
Reference in New Issue
Block a user