1 diff --git a/CMakeModules/ForgeConfigureDepsVars.cmake b/CMakeModules/ForgeConfigureDepsVars.cmake
2 index ee5c2fc..2f75181 100644
3 --- a/CMakeModules/ForgeConfigureDepsVars.cmake
4 +++ b/CMakeModules/ForgeConfigureDepsVars.cmake
5 @@ -84,7 +84,7 @@ macro(fg_dep_check_and_populate dep_prefix)
7 URL_HASH ${fdcp_args_REF}
9 - UPDATE_DISCONNECTED ON
11 SOURCE_DIR "${Forge_SOURCE_DIR}/extern/${dep_prefix}-src"
12 BINARY_DIR "${Forge_BINARY_DIR}/extern/${dep_prefix}-build"
13 SUBBUILD_DIR "${Forge_BINARY_DIR}/extern/${dep_prefix}-subbuild"
14 @@ -94,7 +94,7 @@ macro(fg_dep_check_and_populate dep_prefix)
18 - UPDATE_DISCONNECTED ON
20 SOURCE_DIR "${Forge_SOURCE_DIR}/extern/${dep_prefix}-src"
21 BINARY_DIR "${Forge_BINARY_DIR}/extern/${dep_prefix}-build"
22 SUBBUILD_DIR "${Forge_BINARY_DIR}/extern/${dep_prefix}-subbuild"
23 @@ -106,7 +106,7 @@ macro(fg_dep_check_and_populate dep_prefix)
24 GIT_REPOSITORY ${fdcp_args_URI}
25 GIT_TAG ${fdcp_args_REF}
27 - UPDATE_DISCONNECTED ON
29 SOURCE_DIR "${Forge_SOURCE_DIR}/extern/${dep_prefix}-src"
30 BINARY_DIR "${Forge_BINARY_DIR}/extern/${dep_prefix}-build"
31 SUBBUILD_DIR "${Forge_BINARY_DIR}/extern/${dep_prefix}-subbuild"