mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 23:59:37 +02:00
Don't need to show the command any longer
Seems to be working just fine after several pulls so don't need to see it anymore.
This commit is contained in:
parent
12c940cdf6
commit
f14a3dd90f
@ -4,12 +4,11 @@
|
||||
|
||||
execute_process(
|
||||
COMMAND
|
||||
${GIT} show -s "--format=#define REV_LONG \"%H\"%n#define REV_TIME \"%cd\"%n%n"
|
||||
${GIT} show -s "--format=#define REV_LONG \"%H\"%n#define REV_TIME \"%cd\"%n"
|
||||
OUTPUT_FILE
|
||||
RevisionIdent.h.in
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
ERROR_QUIET
|
||||
COMMAND_ECHO STDOUT
|
||||
)
|
||||
|
||||
configure_file( RevisionIdent.h.in RevisionIdent.h COPYONLY )
|
||||
|
Loading…
x
Reference in New Issue
Block a user