File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ endif()
1515
1616function (ov_genai_build_jinja2cpp)
1717 FetchContent_Declare(jinja2cpp
18- URL https://github.com/ilya-lavrenov/Jinja2Cpp/archive/04073b62ec950eab6cdcb2c563c1c9bb7698f1ea .tar.gz
19- URL_HASH SHA256=9f2a346eec91a6a381fe8fd631e9c952fe7087882bbca7f0e4e42e75e680fc1b )
18+ URL https://github.com/ilya-lavrenov/Jinja2Cpp/archive/30e39f889dd292731347e5d07e451b8b1045a9fa .tar.gz
19+ URL_HASH SHA256=4feaaa69b3569b7391d01672cfeda54f48f2e9b85b237ccfac1ddb8f8a5bd713 )
2020
2121 FetchContent_GetProperties(jinja2cpp)
2222 if (NOT jinja2cpp_POPULATED)
@@ -42,6 +42,8 @@ function(ov_genai_build_jinja2cpp)
4242 if (SUGGEST_OVERRIDE_SUPPORTED)
4343 target_compile_options (jinja2cpp PRIVATE -Wno-suggest-override)
4444 endif ()
45+
46+ target_compile_definitions (jinja2cpp PUBLIC JINJA2CPP_LINK_AS_SHARED=0)
4547 endif ()
4648endfunction ()
4749
You can’t perform that action at this time.
0 commit comments