We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f0f74 commit c4ba6ecCopy full SHA for c4ba6ec
CMakeLists.txt
@@ -15,8 +15,8 @@ endif()
15
16
function(ov_genai_build_jinja2cpp)
17
FetchContent_Declare(jinja2cpp
18
- URL https://github.com/jinja2cpp/Jinja2Cpp/archive/b32fbde7d98d13c34784c332c4a24a6f92c76e38.tar.gz
19
- URL_HASH SHA256=7cc25ddbc438a5c874d404e100b4eccd8a331c195417f5487c48aebcf4b9e7fb)
+ URL https://github.com/ilya-lavrenov/Jinja2Cpp/archive/04073b62ec950eab6cdcb2c563c1c9bb7698f1ea.tar.gz
+ URL_HASH SHA256=9f2a346eec91a6a381fe8fd631e9c952fe7087882bbca7f0e4e42e75e680fc1b)
20
21
FetchContent_GetProperties(jinja2cpp)
22
if(NOT jinja2cpp_POPULATED)
0 commit comments