Skip to content
Snippets Groups Projects
Commit 8a4aa6a4 authored by Markus Blatt's avatar Markus Blatt
Browse files

Merge branch 'feature/stop-finding-old-superlu' into 'master'

Stop finding old SuperLU versions.

Previously CMake pretended to have found a valid
SuperLU version for DUNE even if the version was
too old (i.e. < 4). People having such an old versions
only noticed this via later compile errors of binaries
using SuperLU. That is far too late.

With this patch we introduce a compile check into the
CMake module that fails for old unsupported versions.
In that case CMake will not find SuperLU.

See merge request !52
parents 49e78fa1 cffd9578
No related branches found
No related tags found
1 merge request!52Stop finding old SuperLU versions.
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment