COMP: skip CGAL rules when -DNO_CGAL is defined for surfaceBooleanFeatures

This commit is contained in:
Mark Olesen 2019-04-30 10:33:01 +02:00 committed by Andrew Heather
parent 4a51239820
commit 06b2aa6849

View File

@ -3,10 +3,12 @@ EXE_NDEBUG = -DNDEBUG
c++CGALWARN = -Wno-old-style-cast
/*-- Define NO_CGAL to avoid using CGAL altogether */
/*-- Define NO_CGAL in COMP_FLAGS to avoid using CGAL altogether */
/*-- Define CGAL_INEXACT to use inexact CGAL constructions */
ifeq (,$(findstring NO_CGAL,$(COMP_FLAGS)))
include $(GENERAL_RULES)/CGAL
endif
EXE_INC = \
${ROUNDING_MATH} \