CMake: add a note to packagers about GIT_COMMIT_HASH.
parent
21179c2e30
commit
131acc5e56
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue