mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +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(
|
execute_process(
|
||||||
COMMAND
|
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
|
OUTPUT_FILE
|
||||||
RevisionIdent.h.in
|
RevisionIdent.h.in
|
||||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||||
ERROR_QUIET
|
ERROR_QUIET
|
||||||
COMMAND_ECHO STDOUT
|
|
||||||
)
|
)
|
||||||
|
|
||||||
configure_file( RevisionIdent.h.in RevisionIdent.h COPYONLY )
|
configure_file( RevisionIdent.h.in RevisionIdent.h COPYONLY )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user