ports/cad/solvespace/files/patch-CMakeLists.txt
Steve Wills 948425549e cad/solvespace: create port
SOLVESPACE is a parametric 3d CAD program. Applications include modeling 2d and
3d parts, 3d-printed parts, preparing CAM data, mechanism design and plane and
solid geometry.

WWW: http://solvespace.com/
2016-11-10 01:08:44 +00:00

14 lines
732 B
Text

--- CMakeLists.txt.orig 2016-10-17 02:07:14 UTC
+++ CMakeLists.txt
@@ -20,9 +20,9 @@ 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)
+#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 c4ad073d1b3d3fcd81b34cbe5f2352547b14213f)
project(solvespace)
set(solvespace_VERSION_MAJOR 2)