Skip to content

Commit

Permalink
fix: remove enable-cgal
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
matthewfeickert committed Sep 16, 2024
1 parent 700458b commit e600b66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e600b66

Please sign in to comment.