Skip to content
Snippets Groups Projects
Commit 747f5266 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[cmake] use dune_python_install_package

parent 5fb32a9d
No related branches found
No related tags found
2 merge requests!10Fix compilation with new clang,!6Merge pybind
......@@ -62,7 +62,7 @@ include(DuneXTInstallPythonPackage)
# this symlinks all files in python/ to the binary dir and install into the virtualenv from there thereby making the
# compiled extensions directly usable from the venv
configure_file(python/setup.py.in ${CMAKE_CURRENT_BINARY_DIR}/python/setup.py)
dune_xt_install_python_package(PATH python)
dune_python_install_package(PATH python)
# finalize the dune project, e.g. generating config.h etc.
finalize_dune_project(GENERATE_CONFIG_H_CMAKE)
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