From cd09fc0d325365041095a1cfd659b73f059713ce Mon Sep 17 00:00:00 2001 From: joshua Date: Tue, 3 Mar 2026 21:44:35 +0100 Subject: [PATCH] Re-enable git_update_submodules.cmake Re-enable git_update_submodules.cmake, use for update the elements repo. Remove the unused include : fetch_elements.cmake --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d506bbe6..e7bc652f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,12 +45,11 @@ endif() include(cmake/paths_compilation_installation.cmake) include(cmake/start_options.cmake) include(cmake/developer_options.cmake) -#include(cmake/git_update_submodules.cmake) +include(cmake/git_update_submodules.cmake) include(cmake/git_last_commit_sha.cmake) include(cmake/fetch_kdeaddons.cmake) include(cmake/fetch_singleapplication.cmake) include(cmake/fetch_pugixml.cmake) -include(cmake/fetch_elements.cmake) set(CMAKE_INCLUDE_CURRENT_DIR ON)