Skip to content
Snippets Groups Projects
Commit c17b266c authored by Andreas Dedner's avatar Andreas Dedner
Browse files

missing APPEND in add_library for python target added

parent 649d7caa
No related branches found
No related tags found
1 merge request!793missing APPEND in add_library for python target added
Pipeline #26047 passed
......@@ -10,4 +10,4 @@ add_python_targets(common
utility
)
dune_add_pybind11_module(NAME _common)
set_property(TARGET _common PROPERTY LINK_LIBRARIES dunecommon)
set_property(TARGET _common PROPERTY LINK_LIBRARIES dunecommon APPEND)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment