Skip to content

Commit

Permalink
[bugfix][Python] Add missing install to _localfunctions.so
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert K committed Nov 24, 2021
1 parent f662817 commit 83b2642
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/dune/localfunctions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ add_python_targets(localfunctions
)

dune_add_pybind11_module(NAME _localfunctions)
set_property(TARGET _localfunctions PROPERTY LINK_LIBRARIES dunecommon dunegeometry APPEND)
install(TARGETS _localfunctions LIBRARY DESTINATION python/dune/localfunctions)

0 comments on commit 83b2642

Please sign in to comment.