Skip to content
Snippets Groups Projects
Commit 7745cd74 authored by Mark OLESEN's avatar Mark OLESEN Committed by Kutalmış Berçin
Browse files

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

parent 1b886a77
No related branches found
No related tags found
No related merge requests found
......@@ -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} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment