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

[!141] missing APPEND in add_library for python target added

Merge branch 'bugfix/MissingAppend' into 'master'

See merge request [!141]

  [!141]: Nonecore/dune-geometry/merge_requests/141
parents 3f85cd04 03763725
No related branches found
No related tags found
1 merge request!141missing APPEND in add_library for python target added
Pipeline #26049 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