Remove git hash commit consideration
authorAnton Gladky <gladk@debian.org>
Mon, 6 Mar 2017 19:59:20 +0000 (19:59 +0000)
committerAnton Gladky <gladk@debian.org>
Mon, 6 Mar 2017 19:59:20 +0000 (19:59 +0000)
Last-Update: 2016-12-31

Gbp-Pq: Name 01_RemoveGitHash.patch

CMakeLists.txt

index ea464e58701a27b2c066c5f7df9184cd184dc947..315b827df4f648769687d125ce6a1ceaa0321415 100644 (file)
@@ -20,7 +20,6 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX
 # 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)