Skip to content
Snippets Groups Projects
Commit a86b5808 authored by Ansgar Burchardt's avatar Ansgar Burchardt Committed by ansgar
Browse files

[cmake] Add MPI flags to call MPI_Init().

[[Imported from SVN: r12763]]
parent fc46c06a
Branches
Tags
No related merge requests found
......@@ -45,6 +45,7 @@ foreach(_program ${programs})
add_ipopt_flags(${_program})
add_dune_ug_flags(${_program})
add_dune_psurface_flags(${_program})
add_dune_mpi_flags(${_program})
target_compile_options(${_program} PRIVATE "-fpermissive")
endforeach()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment