COMP: update include for CGAL-5.5 (#2665) old: Robust_circumcenter_filtered_traits_3 new: Robust_weighted_circumcenter_filtered_traits_3 COMP: adjust CGAL rule for OSX (#2664) - since CGAL is now header-only, the previous OSX-specific rules have become redundant
19 lines
521 B
Plaintext
19 lines
521 B
Plaintext
# -----------------------------------------------------------------------------
|
|
# CGAL (header-only version) without mpfr
|
|
|
|
CGAL_INC = -DCGAL_HEADER_ONLY
|
|
CGAL_LIBS =
|
|
|
|
CGAL_INC += \
|
|
$(foreach dir,$(BOOST_INC_DIR),-I$(dir)) \
|
|
$(foreach dir,$(CGAL_INC_DIR),-I$(dir))
|
|
|
|
CGAL_LIBS += \
|
|
$(foreach dir,$(BOOST_LIB_DIR),-L$(dir))
|
|
|
|
# ----
|
|
# Extra failsafe - still needed? (2020-05-15)
|
|
## CGAL_INC += -I/usr/local/include -I/usr/include
|
|
|
|
# -----------------------------------------------------------------------------
|