mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(build): remove newline from timestamp
This commit is contained in:
parent
93fa1e712b
commit
0843b770c6
|
@ -179,6 +179,7 @@ if (NOT TIMESTAMP)
|
|||
execute_process(
|
||||
COMMAND date +%s
|
||||
OUTPUT_VARIABLE TIMESTAMP
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user