mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
CMake: remove timestamp from binaries
This is a pointless source of non-reproducibility and also causes compiler caches to miss 100% of the time after midnight. Signed-off-by: Be <be@mixxx.org>
This commit is contained in:
parent
49015e77d0
commit
fbaa87b511
@ -29,11 +29,10 @@ set( AUDACITY_RELEASE 0 )
|
||||
set( AUDACITY_REVISION 4 )
|
||||
set( AUDACITY_MODLEVEL 0 )
|
||||
|
||||
string( TIMESTAMP __TDATE__ "%Y%m%d" )
|
||||
if( AUDACITY_BUILD_LEVEL EQUAL 0 )
|
||||
set( AUDACITY_SUFFIX "-alpha-${__TDATE__}" )
|
||||
set( AUDACITY_SUFFIX "-alpha" )
|
||||
elseif( AUDACITY_BUILD_LEVEL EQUAL 1 )
|
||||
set( AUDACITY_SUFFIX "-beta-${__TDATE__}" )
|
||||
set( AUDACITY_SUFFIX "-beta" )
|
||||
else()
|
||||
set( AUDACITY_SUFFIX "" )
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user