Closed TomMelt closed 1 year ago
CMakeLists.txt contains call to find_package(MPI REQUIRED) which was causing build to fail. Removing this call seems to resolve the problem.
CMakeLists.txt
find_package(MPI REQUIRED)
Thanks for posting the fix from #3 @TomMelt. LGTM!
CMakeLists.txt
contains call tofind_package(MPI REQUIRED)
which was causing build to fail. Removing this call seems to resolve the problem.