CMake: add a note to packagers about GIT_COMMIT_HASH.

pull/19/head
whitequark 2016-06-28 09:49:37 +00:00
parent 21179c2e30
commit 131acc5e56
1 changed files with 5 additions and 0 deletions

View File

@ -15,7 +15,12 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX
# project # project
# 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) include(GetGitCommitHash)
# and instead uncomment the following, adding the complete git hash of the checkout you are using:
# set(GIT_COMMIT_HASH 0000000000000000000000000000000000000000)
project(solvespace) project(solvespace)
set(solvespace_VERSION_MAJOR 3) set(solvespace_VERSION_MAJOR 3)