Skip to content

Disable CGAL on demand

Nicolas Tancogne-Dejean requested to merge disable_cgal into develop

Description

Add the possibility to disable the CGAL library, as this does not work with valgrind, and that by default it pick up the system library.

News snippet

Add the possibility to disable the CGAL library.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports