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

Remove debugging message.

[[Imported from SVN: r6911]]
parent 781a4383
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,6 @@ endif(MPI_FOUND)
# adds MPI flags to the targets
function(add_dune_mpi_flags)
cmake_parse_arguments(ADD_MPI "SOURCE_ONLY" "" "" ${ARGN})
message("ADD_MPI_UNPARSED_ARGUMENTS=${ADD_MPI_UNPARSED_ARGUMENTS}")
if(ADD_MPI_SOURCE_ONLY)
set(_prefix SOURCE)
else()
......
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