mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Move boost and mpfr library includes from wmake/rules/general/CGAL
This is so that surfaceFeatureExtract will compile without boost/mpfr
This commit is contained in:
@ -15,7 +15,9 @@ then
|
||||
CGAL_LIBDIR=-L$CGAL_ARCH_PATH/lib \
|
||||
LAPACK_LIB=-llapack \
|
||||
BLAS_LIB=-lblas \
|
||||
CGAL_LIB=-lCGAL"
|
||||
CGAL_LIB=-lCGAL \
|
||||
CGAL_BOOST_LIB=-lboost_thread \
|
||||
CGAL_MPFR_LIB=-lmpfr"
|
||||
else
|
||||
echo
|
||||
echo "Compiling surfaceFeatureExtract without CGAL curvature support"
|
||||
|
||||
Reference in New Issue
Block a user