mirror of
https://github.com/tuxedocomputers/tuxedo-touchpad-switch.git
synced 2025-01-18 11:41:10 +01:00
Make dev build timestamp utc
This commit is contained in:
parent
6ae444aa1d
commit
739f14f17b
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ function( version_from_git )
|
|||
|
||||
# Timestamp
|
||||
if( DEFINED ARG_TIMESTAMP )
|
||||
string( TIMESTAMP timestamp "${ARG_TIMESTAMP}" ${ARG_UTC} )
|
||||
string( TIMESTAMP timestamp "${ARG_TIMESTAMP}" UTC )
|
||||
list( APPEND metadata "${timestamp}" )
|
||||
endif( DEFINED ARG_TIMESTAMP )
|
||||
|
||||
|
|
Loading…
Reference in a new issue