Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(build): remove newline from timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
sudden6 committed Aug 2, 2017
1 parent 93fa1e7 commit 0843b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ if (NOT TIMESTAMP)
execute_process(
COMMAND date +%s
OUTPUT_VARIABLE TIMESTAMP
OUTPUT_STRIP_TRAILING_WHITESPACE
)
endif()

Expand Down

0 comments on commit 0843b77

Please sign in to comment.