mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Merge pull request #1456 from hosiet/pr-reproducible-build-debian-bug-1068176
CMakeLists.txt: Enforce UTC in timestamp generation
This commit is contained in:
commit
c50aa2ec7f
|
@ -49,7 +49,7 @@ set(CMAKE_AUTORCC ON) # not included in the qt_standard_project_setup
|
|||
#### Things required during configuration
|
||||
|
||||
block() # generate version.txt
|
||||
string(TIMESTAMP build_time)
|
||||
string(TIMESTAMP build_time UTC)
|
||||
find_package(Git)
|
||||
if (EXISTS "${CMAKE_SOURCE_DIR}/.git" AND GIT_FOUND)
|
||||
execute_process(
|
||||
|
|
Loading…
Reference in a new issue