Skip to content
Snippets Groups Projects
Commit 8acb8790 authored by Lisa Julia Nebel's avatar Lisa Julia Nebel
Browse files

cmake: use keyword signature of target_link_libraries

parent 20eb8e7e
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,6 @@ foreach(_program ${programs})
add_executable(${_program} ${_program}.cc)
target_link_dune_default_libraries(${_program})
add_dune_pythonlibs_flags(${_program})
target_link_libraries(${_program} tinyxml2)
target_link_libraries(${_program} PUBLIC tinyxml2)
# target_compile_options(${_program} PRIVATE "-fpermissive")
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