Skip to content
Snippets Groups Projects
Commit 04e36b0c authored by Christoph Junghans's avatar Christoph Junghans
Browse files

cmake: skip tests on mpich

parent 2547d1bc
Branches
Tags
1 merge request!27cmake: make tests work on MPICH
Pipeline #230912 passed
......@@ -26,7 +26,8 @@ try_compile(HAVE_OPENMPI
LINK_LIBRARIES MPI::MPI_C
OUTPUT_VARIABLE _try_out)
if(NOT HAVE_OPENMPI)
message(FATAL_ERROR "DID NOT FIND OPENMPI\n\n${_try_out}")
message(WARNING "DID NOT FIND OPENMPI - skipping tests \n\n${_try_out}")
return()
endif()
include(FindUnixCommands)
foreach( FEATURE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment