Skip to content

FindMPI.cmake: convert MPI_COMPILE_OPTIONS_WORK to a string

Christoph Junghans requested to merge junghans/cmake:find_mpi_list_fix into master

Compiler flags should be a normal string and not a list. This avoids injecting ";" into e.g. CXX flags

Fix #18349 (closed)

Merge request reports