-
- Downloads
[!820] Rewrite FindPTScotch to provide imported targets
Merge branch 'feature/find_ptscotch' into 'master' ref:core/dune-common\> ### Summary This MR adds imported-targets to the FindPTScotch.cmake module, following modern cmake guidelines. ### Details Instead of exporting include directories and libraries as variables, the find modules exports an imported target that contains all the necessary information to include and link PTScotch. The find module introduces two imported targets: PTScotch::Scotch for the sequential graph partitioning library and PTScotch::PTScotch for the parallel library that additionally depends on MPI. ### ToDo - [x] Add version detection for (PT)Scotch library See merge request [!820] [!820]: gitlab.dune-project.org/core/dune-common/merge_requests/820
Please register or sign in to comment