From 1d95c1bd08b14ac18ac41ff9a88afd1d0e2012c3 Mon Sep 17 00:00:00 2001 From: Anton Gladky Date: Wed, 22 Nov 2017 08:54:12 +0000 Subject: [PATCH] Remove git hash commit consideration Last-Update: 2016-12-31 Gbp-Pq: Name 01_RemoveGitHash.patch --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea464e5..315b827 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) -- 2.30.2