From: Anton Gladky Date: Mon, 6 Mar 2017 19:59:20 +0000 (+0000) Subject: Remove git hash commit consideration X-Git-Tag: archive/raspbian/3.1+ds1-3+rpi1~1^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5425c505f2e4b3e7fa3f67b695bd73471d43b70b;p=solvespace.git Remove git hash commit consideration Last-Update: 2016-12-31 Gbp-Pq: Name 01_RemoveGitHash.patch --- 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)