Skip to content

Commit

Permalink
Trying to fix compilation with MSVC 2022 14.41 toolchain (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Oct 10, 2024
1 parent 96f0f74 commit c4ba6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ endif()

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

FetchContent_GetProperties(jinja2cpp)
if(NOT jinja2cpp_POPULATED)
Expand Down

0 comments on commit c4ba6ec

Please sign in to comment.