CGAL: Set to use the system CGAL installation by default

This commit is contained in:
Henry Weller
2016-06-23 16:05:44 +01:00
parent d8fcf89570
commit bd64b4059f
4 changed files with 16 additions and 10 deletions

View File

@ -34,14 +34,11 @@
# boost_version=boost-system
# cgal_version=cgal-system
#
# Note
# If CGAL/Boost is to be entirely disabled, either rename this file or
# create an empty one with the same name at a user or site location.
#
#------------------------------------------------------------------------------
boost_version=boost-system
cgal_version=CGAL-4.8
cgal_version=cgal-system
#cgal_version=CGAL-4.8
if [ -z "$SOURCE_CGAL_VERSIONS_ONLY" ]
then

View File

@ -117,10 +117,11 @@ unset PV_PLUGIN_PATH
#------------------------------------------------------------------------------
# Unset CGAL-related environment variables
# Unset foamyHexMesh-related environment variables
unset BOOST_ARCH_PATH
unset CGAL_ARCH_PATH
unset FOAMY_HEX_MESH
#------------------------------------------------------------------------------