Skip to content
Snippets Groups Projects
Commit caeff515 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

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

parent 6e094f16
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,12 @@ EXE_NDEBUG = -DNDEBUG ...@@ -3,10 +3,12 @@ EXE_NDEBUG = -DNDEBUG
c++CGALWARN = -Wno-old-style-cast 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 */ /*-- Define CGAL_INEXACT to use inexact CGAL constructions */
ifeq (,$(findstring NO_CGAL,$(COMP_FLAGS)))
include $(GENERAL_RULES)/CGAL include $(GENERAL_RULES)/CGAL
endif
EXE_INC = \ EXE_INC = \
${ROUNDING_MATH} \ ${ROUNDING_MATH} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment