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

[cmake] Add -fpermissive compiler flag for now.

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