foamyMesh: Simplify support for system CGAL installation

This commit is contained in:
Henry Weller
2016-06-21 19:47:46 +01:00
parent b646237d1d
commit 96a038f281
3 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,8 @@ CGAL_INC = \
-I$(CGAL_ARCH_PATH)/include \
-I$(MPFR_ARCH_PATH)/include \
-I$(GMP_ARCH_PATH)/include \
-I$(BOOST_ARCH_PATH)/include
-I$(BOOST_ARCH_PATH)/include \
-I/usr/include
CGAL_LIBS = \
-L$(MPFR_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \