1
0
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:
sudden6 2017-07-30 23:00:35 +02:00
parent 93fa1e712b
commit 0843b770c6
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -179,6 +179,7 @@ if (NOT TIMESTAMP)
execute_process(
COMMAND date +%s
OUTPUT_VARIABLE TIMESTAMP
OUTPUT_STRIP_TRAILING_WHITESPACE
)
endif()