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 4209601 commit 745d965Copy full SHA for 745d965
src/cpp/CMakeLists.txt
@@ -15,8 +15,8 @@ endif()
15
16
function(ov_genai_build_jinja2cpp)
17
FetchContent_Declare(jinja2cpp
18
- URL https://github.com/ilya-lavrenov/Jinja2Cpp/archive/30e39f889dd292731347e5d07e451b8b1045a9fa.tar.gz
19
- URL_HASH SHA256=4feaaa69b3569b7391d01672cfeda54f48f2e9b85b237ccfac1ddb8f8a5bd713)
+ URL https://github.com/jinja2cpp/Jinja2Cpp/archive/86dfb939b5c2beb7fabddae2df386be4e7fb9507.tar.gz
+ URL_HASH SHA256=c222e2407316a573561bd74dfd1cd7b34b359f5481ac59529b3de355162ef9f7)
20
21
FetchContent_GetProperties(jinja2cpp)
22
if(NOT jinja2cpp_POPULATED)
0 commit comments