From 457a55feb6acc2bf1c23e43a0ef04532e6a6af77 Mon Sep 17 00:00:00 2001 From: Anton Gladky Date: Thu, 12 May 2022 16:48:46 -0500 Subject: [PATCH] Manually specify git commit hash Revise on every upstream update! Forwarded: not-needed Last-Update: 2022-06-30 =================================================================== Gbp-Pq: Name 01_hardcode_git_hash.patch --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 399e2ca..8451dea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,9 +34,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 -- 2.30.2