Remove git hash commit consideration
authorAnton Gladky <gladk@debian.org>
Thu, 11 Feb 2021 21:06:33 +0000 (21:06 +0000)
committerRyan Pavlik <ryan@ryanpavlik.com>
Thu, 11 Feb 2021 21:06:33 +0000 (21:06 +0000)
Forwarded: not-needed
Last-Update: 2016-12-31

===================================================================

Gbp-Pq: Name 01_RemoveGitHash.patch

CMakeLists.txt

index 12948781f17c4a3a7eb185785e9c6590cd0e7fd5..a58b0ecda8d9817d3394a28f55ad2f3b594919a9 100644 (file)
@@ -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)