Skip to content
Snippets Groups Projects

[python] FIx python binding installation

Merged Timo Koch requested to merge fix/python-target into master
Files
3
+ 1
1
@@ -2,7 +2,7 @@ add_subdirectory(dune)
configure_file(setup.py.in setup.py)
dune_python_install_package(
dune_python_configure_bindings(
PATH "."
CMAKE_METADATA_FLAGS DUNE_OPTS_FILE
)
Loading