diff --git a/CMakeLists.txt b/CMakeLists.txt index ea464e5..754eeaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX # 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) +set(GIT_COMMIT_HASH 7c1ca460769fc8cbef26d296338d4bbc6f2ef6d0) project(solvespace) set(solvespace_VERSION_MAJOR 2)