Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dqwu/cmake_regression_workaround' into develop (PR #623)
This PR applies a temporary but necessary workaround to address a CMake regression (3.22.0 or higher) that causes find_package(MPI) to fail or hang when detected in subprojects on Cray systems. This workaround ensures that find_package(MPI) is properly detected in subprojects until the regression is resolved by CMake developers. Fixes #517 * dqwu/cmake_regression_workaround: Applying a workaround for CMake FindMPI regression on Cray systems
- Loading branch information