Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cpp/cmake/thirdparty/get_jitify.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function(find_and_configure_jitify)
rapids_cpm_find(
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_TAG 44e978b21fc8bdb6b2d7d8d179523c8350db72e5 # jitify2 branch as of 23rd Aug 2025
GIT_SHALLOW FALSE
DOWNLOAD_ONLY TRUE
)
set(JITIFY_INCLUDE_DIR
Expand Down
Loading