Skip to content

Commit c4ba6ec

Browse files
Trying to fix compilation with MSVC 2022 14.41 toolchain (#942)
See jinja2cpp/Jinja2Cpp#270
1 parent 96f0f74 commit c4ba6ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ endif()
1515

1616
function(ov_genai_build_jinja2cpp)
1717
FetchContent_Declare(jinja2cpp
18-
URL https://github.com/jinja2cpp/Jinja2Cpp/archive/b32fbde7d98d13c34784c332c4a24a6f92c76e38.tar.gz
19-
URL_HASH SHA256=7cc25ddbc438a5c874d404e100b4eccd8a331c195417f5487c48aebcf4b9e7fb)
18+
URL https://github.com/ilya-lavrenov/Jinja2Cpp/archive/04073b62ec950eab6cdcb2c563c1c9bb7698f1ea.tar.gz
19+
URL_HASH SHA256=9f2a346eec91a6a381fe8fd631e9c952fe7087882bbca7f0e4e42e75e680fc1b)
2020

2121
FetchContent_GetProperties(jinja2cpp)
2222
if(NOT jinja2cpp_POPULATED)

0 commit comments

Comments
 (0)