Merge pull request #1456 from hosiet/pr-reproducible-build-debian-bug-1068176

CMakeLists.txt: Enforce UTC in timestamp generation
This commit is contained in:
shenleban tongying 2024-04-02 02:17:45 -04:00 committed by GitHub
commit c50aa2ec7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(