Skip to content
Snippets Groups Projects
Commit ada04632 authored by Markus Blatt's avatar Markus Blatt
Browse files

[Merge][CMake] Merged revisions : 1598

Revision  r1598
.----------------------
Use the new macro name.

.----------------------


[[Imported from SVN: r1813]]
parents 9aade33f 152ed684
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ if(HAVE_MPI)
add_executable(vectorcommtest "vectorcommtest.cc")
add_executable(matrixmarkettest "matrixmarkettest.cc")
add_dune_mpi_flags("${MPITESTS}")
add_parmetis_flags(matrixredisttest)
add_dune_parmetis_flags(matrixredisttest)
endif(HAVE_MPI)
foreach(_exe ${ALLTESTS})
......
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