diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-03-17 17:34:47 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-03-17 17:34:47 (GMT) |
commit | 100b1733df981aa542675d2dad198a259a61ccd2 (patch) | |
tree | 6b93a88cf634fa2d1b7abbf9cea7511593718f39 /scripts/uni-build-dependencies.sh | |
parent | c855e4d0436a01792b540c7857e1a1997f4810d7 (diff) |
backport boost functions to pre-1.48
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 |