From 085b71bc201ce01b0dcf2e693246896b65dc7f7f Mon Sep 17 00:00:00 2001 From: a-hirota Date: Sun, 24 Aug 2025 09:53:52 +0000 Subject: [PATCH] Disable shallow clone for Jitify in CMake configuration Change GIT_SHALLOW from TRUE to FALSE to ensure complete repository history is available during build. This improves build stability by providing access to the complete Git history when needed. --- cpp/cmake/thirdparty/get_jitify.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/cmake/thirdparty/get_jitify.cmake b/cpp/cmake/thirdparty/get_jitify.cmake index b6f11e30d28..bd8faaea008 100644 --- a/cpp/cmake/thirdparty/get_jitify.cmake +++ b/cpp/cmake/thirdparty/get_jitify.cmake @@ -20,7 +20,7 @@ function(find_and_configure_jitify) jitify 2.0.0 GIT_REPOSITORY https://github.com/NVIDIA/jitify.git GIT_TAG 70783a3ad7b0cad2992a26a1ebf8fbe3d6b44e25 # jitify2 branch as of 5th Aug 2025 - GIT_SHALLOW TRUE + GIT_SHALLOW FALSE DOWNLOAD_ONLY TRUE ) set(JITIFY_INCLUDE_DIR