Skip to content
Snippets Groups Projects
Commit aca1498d authored by Tobias Leibner's avatar Tobias Leibner Committed by René Fritze
Browse files

[cmake] adapt to python changes

parent 2eecdc35
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,8 @@ include(DuneMacros)
# dune-xt-common
find_package(dune-xt-common REQUIRED)
list(APPEND CMAKE_MODULE_PATH "${dune-xt-common_MODULE_PATH}")
find_package(dune-pybindxi REQUIRED)
list(APPEND CMAKE_MODULE_PATH "${dune-xt-common_MODULE_PATH}" "${dune-pybindxi_MODULE_PATH}")
include(DuneUtils)
# start a dune project with information from dune.module
......@@ -44,7 +45,7 @@ add_subdirectory(doc)
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
dune_xt_install_python_package(PATH python)
dune_python_install_package(PATH python)
include_dependent_binary_python_dirs()
# do not change order here
add_subdirectory(python)
......
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