a real MPI library is required for the test example

This commit is contained in:
Axel Kohlmeyer
2022-10-31 16:11:19 -04:00
parent 8e6c7fa416
commit 5ed7df248c

View File

@ -30,7 +30,7 @@ if(MSVC)
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
endif()
find_package(MPI QUIET)
find_package(MPI REQUIRED)
# do not include the (obsolete) MPI C++ bindings which makes
# for leaner object files and avoids namespace conflicts
set(MPI_CXX_SKIP_MPICXX TRUE)