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:
laurence
2012-04-26 15:10:24 +01:00
parent 4190e3e5a5
commit 6a3571b3e9
6 changed files with 12 additions and 4 deletions

View File

@ -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"