Manually specify git commit hash
authorAnton Gladky <gladk@debian.org>
Thu, 12 May 2022 21:48:46 +0000 (16:48 -0500)
committerMatthias Geiger <werdahias@debian.org>
Sun, 14 Jun 2026 21:35:42 +0000 (23:35 +0200)
Revise on every upstream update!

Forwarded: not-needed
Last-Update: 2022-06-30
===================================================================

Gbp-Pq: Name 01_hardcode_git_hash.patch

CMakeLists.txt

index 11adeb5f872198b420079fd88900b02453b17748..bddb6e2f1ab3498136826e2791c448abc53729b8 100644 (file)
@@ -36,9 +36,9 @@ endif()
 # NOTE TO PACKAGERS: The embedded git commit hash is critical for rapid bug triage when the builds
 # can come from a variety of sources. If you are mirroring the sources or otherwise build when
 # the .git directory is not present, please comment the following line:
-include(GetGitCommitHash)
+include(GetGitCommitHash)
 # and instead uncomment the following, adding the complete git hash of the checkout you are using:
-# set(GIT_COMMIT_HASH 0000000000000000000000000000000000000000)
+set(GIT_COMMIT_HASH 70bde63cb32a7f049fa56cbdf924e2695fcb2916)
 
 string(SUBSTRING "${GIT_COMMIT_HASH}" 0 8 solvespace_GIT_HASH)
 project(solvespace