Skip to content

Commit c69a99b

Browse files
committed
DO NOT MERGE: Check that msvc fixes jitify fork/branch is behaving via CI
1 parent bb192e7 commit c69a99b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/dependencies/Jitify.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ endif()
1313
# Change the source-dir to allow inclusion via jitify/jitify.hpp rather than jitify.hpp
1414
FetchContent_Declare(
1515
jitify
16-
GIT_REPOSITORY https://github.com/NVIDIA/jitify.git
17-
GIT_TAG 70783a3ad7b0cad2992a26a1ebf8fbe3d6b44e25 # jitify2 branch on 2025-08-05
16+
GIT_REPOSITORY https://github.com/ptheywood/jitify.git
17+
GIT_TAG jitify2-msvc-fixes-2025-08-05 # fork of jitify2 branch with msvc fixes
1818
SOURCE_DIR ${FETCHCONTENT_BASE_DIR}/jitify-src/jitify
1919
GIT_PROGRESS ON
2020
# UPDATE_DISCONNECTED ON

0 commit comments

Comments
 (0)