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

Always link to libtinyxml2

In many cases it is not needed, but I am too lazy to write
a proper test for it right now.
parent 808adbd2
No related branches found
No related tags found
No related merge requests found
...@@ -10,5 +10,6 @@ foreach(_program ${programs}) ...@@ -10,5 +10,6 @@ foreach(_program ${programs})
add_executable(${_program} ${_program}.cc) add_executable(${_program} ${_program}.cc)
target_link_dune_default_libraries(${_program}) target_link_dune_default_libraries(${_program})
add_dune_pythonlibs_flags(${_program}) add_dune_pythonlibs_flags(${_program})
target_link_libraries(${_program} tinyxml2)
# 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