mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 14:13:50 +01: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:
		| @@ -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 ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user