Skip to content
Snippets Groups Projects
Commit 73fc9b39 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Modernize: use target_link_dune_default_libraries

parent 039af81d
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -8,10 +8,7 @@ set(programs compute-disc-error ...@@ -8,10 +8,7 @@ set(programs compute-disc-error
foreach(_program ${programs}) foreach(_program ${programs})
add_executable(${_program} ${_program}.cc) add_executable(${_program} ${_program}.cc)
add_dune_adolc_flags(${_program}) target_link_dune_default_libraries(${_program})
add_dune_ipopt_flags(${_program})
add_dune_pythonlibs_flags(${_program}) add_dune_pythonlibs_flags(${_program})
add_dune_ug_flags(${_program})
add_dune_mpi_flags(${_program})
# target_compile_options(${_program} PRIVATE "-fpermissive") # target_compile_options(${_program} PRIVATE "-fpermissive")
endforeach() endforeach()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment