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

Merge branch 'remove_unnecessary_find_package' into 'master'

Remove unnecessary find_package(Python3 ...)

See merge request !9
parents ff87556b 712faf8b
No related branches found
No related tags found
1 merge request!9Remove unnecessary find_package(Python3 ...)
Pipeline #118661 passed
Subproject commit 6d6fcbd8272d8c2e9bae70afe0f3841e6f9d1c80
Subproject commit 194577ed77af3d15f11c898f00084c4b1458cd74
......@@ -37,7 +37,6 @@ include(DuneMacros)
find_package(dune-xt REQUIRED)
list(APPEND CMAKE_MODULE_PATH "${dune-xt_MODULE_PATH}")
include(DuneUtils)
find_package(Python3 REQUIRED COMPONENTS Interpreter Development)
add_subdirectory(${dune-xt_MODULE_PATH}/../../pybind11 ${CMAKE_CURRENT_BINARY_DIR}/pybind11)
# start a dune project with information from dune.module
......
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