Skip to content

cmake: separate commandline args to list

Christoph Grüninger requested to merge fix/mpi-cmake into master

Providing space-separated MPI_DUNE_COMPILE_FLAGS would previously add them as a single list entry to the cmake list COMPILE_OPTIONS and thus ruin the command-line having something like

/usr/bin/c++ "-arg1 -arg2" -other -args

Supersedes !709 (closed)

Merge request reports