Correct handling of the CGAL version variable for makeCGAL in ThirdParty

This commit is contained in:
Henry Weller
2016-07-01 16:22:28 +01:00
parent f768402255
commit 579f559aa7
4 changed files with 11 additions and 6 deletions

View File

@ -38,7 +38,7 @@
boost_version=boost-system
cgal_version=cgal-system
#cgal_version=CGAL-4.8
#cgal_version=CGAL-4.8.1
thirdPartyPath=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER
@ -61,6 +61,6 @@ then
echo " $cgal_version at $CGAL_ARCH_PATH" 1>&2
fi
unset boost_version cgal_version thirdPartyPath
unset thirdPartyPath
#------------------------------------------------------------------------------