We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb192e7 commit c69a99bCopy full SHA for c69a99b
1 file changed
cmake/dependencies/Jitify.cmake
@@ -13,8 +13,8 @@ endif()
13
# Change the source-dir to allow inclusion via jitify/jitify.hpp rather than jitify.hpp
14
FetchContent_Declare(
15
jitify
16
- GIT_REPOSITORY https://github.com/NVIDIA/jitify.git
17
- GIT_TAG 70783a3ad7b0cad2992a26a1ebf8fbe3d6b44e25 # jitify2 branch on 2025-08-05
+ GIT_REPOSITORY https://github.com/ptheywood/jitify.git
+ GIT_TAG jitify2-msvc-fixes-2025-08-05 # fork of jitify2 branch with msvc fixes
18
SOURCE_DIR ${FETCHCONTENT_BASE_DIR}/jitify-src/jitify
19
GIT_PROGRESS ON
20
# UPDATE_DISCONNECTED ON
0 commit comments