diff options
author | Marius Kintel <marius@kintel.net> | 2013-03-17 22:27:29 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-03-17 22:27:29 (GMT) |
commit | 3211e7f1e32cc0df415780f623e19f58c966266f (patch) | |
tree | 87aa1ba878f1f96cbd027d8f21bae471437eb03b /scripts/uni-build-dependencies.sh | |
parent | 5628a18f6a0fcf2dd170cac31e386f1ad4f97c0c (diff) | |
parent | 8e32cef0a8c52742bf12cafd2aa9dafd1efe764e (diff) |
Merge pull request #313 from openscad/noqt_tweaks
Noqt tweaks
Diffstat (limited to 'scripts/uni-build-dependencies.sh')
-rwxr-xr-x | scripts/uni-build-dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/uni-build-dependencies.sh b/scripts/uni-build-dependencies.sh index dc61f74..784a191 100755 --- a/scripts/uni-build-dependencies.sh +++ b/scripts/uni-build-dependencies.sh @@ -513,7 +513,7 @@ if [ $1 ]; then exit $? fi if [ $1 = "cgal" ]; then - build_cgal 4.0.2 use-sys-libs + build_cgal 4.1 use-sys-libs exit $? fi if [ $1 = "opencsg" ]; then |