Skip to content
Snippets Groups Projects
Commit 1a9ebd16 authored by Brad King's avatar Brad King
Browse files

FindMPI: Honor MPI_CXX_SKIP_MPICXX when set as a normal variable

Express the cache entry with `option()`.  In combination with policies
CMP0077 and CMP0102, this allows project code to control the switch with
a variable:

```
set(MPI_CXX_SKIP_MPICXX TRUE)
find_package(MPI COMPONENTS CXX)
```
parent 16d9c317
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment