Skip to content
Snippets Groups Projects

[added !932] Feature/generator speed up

Closed Samuel Burbulla requested to merge feature/generator-speed-up into master
Files
6
@@ -23,4 +23,10 @@ if( DUNE_ENABLE_PYTHONBINDINGS )
endfunction()
include(DuneAddPybind11Module)
# Add a custom command that triggers the configuration of dune-py
add_custom_command(TARGET install_python POST_BUILD
COMMAND ${Python3_EXECUTABLE} -m dune configure
)
endif()
Loading