Skip to content

Fix cmake bug when Scotch is found but not PTScotch

Simon Praetorius requested to merge issue/cmake-scotch-without-ptscotch into master

Summary

When the Scotch library is found but not the parallel PTScotch, cmake gives an error since it tries to link against PTScotch. This MR fixes this but by linking against the found libraries only.

Note, should be backported to dune-2.8

Edited by Simon Praetorius

Merge request reports