Skip to content

Commit 745d965

Browse files
Migrate to official jinjaCpp (#982)
To catch up jinja2cpp/Jinja2Cpp#270
1 parent 4209601 commit 745d965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cpp/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/ilya-lavrenov/Jinja2Cpp/archive/30e39f889dd292731347e5d07e451b8b1045a9fa.tar.gz
19-
URL_HASH SHA256=4feaaa69b3569b7391d01672cfeda54f48f2e9b85b237ccfac1ddb8f8a5bd713)
18+
URL https://github.com/jinja2cpp/Jinja2Cpp/archive/86dfb939b5c2beb7fabddae2df386be4e7fb9507.tar.gz
19+
URL_HASH SHA256=c222e2407316a573561bd74dfd1cd7b34b359f5481ac59529b3de355162ef9f7)
2020

2121
FetchContent_GetProperties(jinja2cpp)
2222
if(NOT jinja2cpp_POPULATED)

0 commit comments

Comments
 (0)