From e600b6672fbd0a47874ea16949a38f8245db0e22 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 16 Sep 2024 18:07:37 -0500 Subject: [PATCH] fix: remove enable-cgal From ./configure --help: ``` --enable-cgal enables link with the CGAL library default=no --enable-cgal-header-only enable build with header-only install of CGAL, e.g. as for CGALv5; in that case do not use --enable-cgal default=no ``` --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index d61790c..25fe24c 100644 --- a/setup.py +++ b/setup.py @@ -116,7 +116,6 @@ def build_extensions(self): "--disable-auto-ptr", "--enable-allcxxplugins", "--enable-cgal-header-only", - "--enable-cgal", f"--with-cgaldir={cgal_dir}", "--enable-swig", "--enable-pyext",