Skip to content

Commit

Permalink
Merge branch 'bugfix/missing-install' into 'releases/2.8'
Browse files Browse the repository at this point in the history
[bugfix][Python] Add missing install to _localfunctions.so

See merge request core/dune-localfunctions!210
  • Loading branch information
Robert K committed Nov 25, 2021
2 parents f662817 + 83b2642 commit 5785450
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 5785450

Please sign in to comment.