Skip to content

cmake: separate commandline args to list

Stephan Hilb requested to merge stephan.hilb/dune-common: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

Merge request reports