Skip to content
Snippets Groups Projects
Commit e73cdc84 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Do not initialize submodules from CMake

because any non-committed changes get lost upon reconfiguration.
parent aaa030b4
No related branches found
No related tags found
No related merge requests found
...@@ -22,10 +22,6 @@ dune_enable_all_packages() ...@@ -22,10 +22,6 @@ dune_enable_all_packages()
add_subdirectory(dune/perftool) add_subdirectory(dune/perftool)
add_subdirectory(cmake/modules) add_subdirectory(cmake/modules)
# Make sure that git submodules are correctly initialized
execute_process(COMMAND git submodule update --init --recursive
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
# Add the python subdirectory to systematically install # Add the python subdirectory to systematically install
# the python dependencies there. # the python dependencies there.
add_subdirectory(python) 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