Remove git hash commit consideration
authorAnton Gladky <gladk@debian.org>
Sat, 8 May 2021 11:09:42 +0000 (12:09 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 8 May 2021 11:09:42 +0000 (12:09 +0100)
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)