From dfec7aa1560fd87b73667d787a751743512665ff Mon Sep 17 00:00:00 2001 From: Billy O'Neal Date: Tue, 3 Feb 2026 12:34:06 -0800 Subject: [PATCH] Revert "[vcpkg_from_git] Unshallow when fetching FETCH_REF (#49293)" This reverts commit b0a66e6a1437c55659a94d1e626c536c3f143683. --- scripts/cmake/vcpkg_from_git.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cmake/vcpkg_from_git.cmake b/scripts/cmake/vcpkg_from_git.cmake index 0f62ed42495603..1768abc1d70791 100644 --- a/scripts/cmake/vcpkg_from_git.cmake +++ b/scripts/cmake/vcpkg_from_git.cmake @@ -55,7 +55,7 @@ function(vcpkg_from_git) if(DEFINED arg_FETCH_REF) set(ref_to_fetch "${arg_FETCH_REF}") - vcpkg_list(SET git_fetch_shallow_param --unshallow) + vcpkg_list(SET git_fetch_shallow_param) else() set(ref_to_fetch "${arg_REF}") endif()