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

missing APPEND in add_library for python target added

parent 3f85cd04
No related branches found
No related tags found
1 merge request!141missing APPEND in add_library for python target added
Pipeline #26046 passed
......@@ -4,4 +4,4 @@ add_python_targets(geometry
quadpy
)
dune_add_pybind11_module(NAME _geometry)
set_property(TARGET _geometry PROPERTY LINK_LIBRARIES dunecommon dunegeometry)
set_property(TARGET _geometry PROPERTY LINK_LIBRARIES dunecommon dunegeometry APPEND)
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