Closed rleigh-codelibre closed 7 years ago
Ideally, I am thinking of doing find_package(MPI)
in the top-level cmake, and then if its missing just skip those the MPI libraries.
That would make complete sense. The top-level has the overview of the whole build, and it would fit there.
So this has been updated to make this optional.
Currently it seems that missing build dependencies results in a build failure, rather than skipping of optional components. Has this been discussed previously? Strategies could include: