Skip to content

[install] skip cloning of mmesh if cgal was not found

Dennis Gläser requested to merge feature/install-mmesh-only-if-cgal-found into master

Dunecontrol failed if Dune-mmesh was cloned, but CGAL is not installed on the system. This commit adds a check if the CGAL library is found on the system, and if not, cloning of Dune-mmesh is skipped.

Merge request reports