Skip to content

Make version check of suggested modules non-fatal.

Previously if a suggested module was found but it had a wrong version Cmake did emit a fatal error. With this commit we only display a warning if the version does not match for a suggested module.

This is the first part of a fix needed for dune-grid#72 (closed)

Merge request reports