COMP: skip CGAL rules when -DNO_CGAL is defined for surfaceBooleanFeatures
This commit is contained in:
parent
4a51239820
commit
06b2aa6849
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user