From: Anton Gladky Date: Sat, 8 May 2021 11:09:42 +0000 (+0100) Subject: Remove git hash commit consideration X-Git-Tag: archive/raspbian/3.1+ds1-3+rpi1~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e288894db9ada003e5d1d1d3f5455125912d0925;p=solvespace.git Remove git hash commit consideration Forwarded: not-needed Last-Update: 2016-12-31 =================================================================== Gbp-Pq: Name 01_RemoveGitHash.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1294878..a58b0ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,6 @@ 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) # and instead uncomment the following, adding the complete git hash of the checkout you are using: # set(GIT_COMMIT_HASH 0000000000000000000000000000000000000000)