From 242668f6bf423e2ed6a84a52861ff582ff6bd344 Mon Sep 17 00:00:00 2001 From: S David <2100425+s-daveb@users.noreply.github.com> Date: Sun, 4 Aug 2024 15:13:21 -0400 Subject: [PATCH] Remove git_submodule_update() call in DefaultConfig.cmake It makes working with nested projects difficult when configuring CMake --- DefaultConfig.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/DefaultConfig.cmake b/DefaultConfig.cmake index f5a898d..c148f85 100644 --- a/DefaultConfig.cmake +++ b/DefaultConfig.cmake @@ -4,7 +4,6 @@ include(BuildOptions) include(Util) -git_setup_submodules() prevent_in_source_build() disable_deprecated_features()