From 9894f41bb125c902c4f6ca843f29e409f355af43 Mon Sep 17 00:00:00 2001 From: Robert K <robertk@posteo.org> Date: Sat, 8 Oct 2022 13:34:14 +0000 Subject: [PATCH] Merge branch 'feature/remove-dune_python_install_package' into 'master' [cmake][python] Replace deprecated dune_python_install_package See merge request core/dune-istl!488 (cherry picked from commit 401f958254cbfcfd530265886bb0df92ca440288) d8af376c [cmake][python] Replace deprecated dune_python_install_package --- python/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 775e02c6f..ed0dd2453 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -3,9 +3,8 @@ add_subdirectory(dune) -dune_python_install_package( +dune_python_configure_bindings( PATH "." - DEPENDS _istl CMAKE_METADATA_FLAGS DUNE_OPTS_FILE ) if(POLICY CMP0087) -- GitLab