Skip to content
Snippets Groups Projects
Commit 01acc84f authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[CMake] Use MPI_FOUND instead of MPI_CXX_FOUND

For binary compatibility, Dune only uses the C bindings
of MPI. MPI_FOUND is deprecated from CMake but Dune does
defines it and encourage its use.
(reviewed by timok)
parent e5bc4cc8
1 merge request!31Feature/colebrookwhiteboundarylayer
add_input_file_links()
if(MPI_CXX_FOUND)
if(MPI_FOUND)
add_dumux_test(test_boxrichards test_boxrichards test_boxrichards.cc
python ${CMAKE_SOURCE_DIR}/bin/runtest.py
--script fuzzy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment