mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CGAL: Set to use the system CGAL installation by default
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user