Skip to content

Commit

Permalink
Fixed Android build (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Sep 4, 2024
1 parent d7e14b7 commit 6ab946c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ function(ov_genai_build_jinja2cpp)
set(JINJA2CPP_STRICT_WARNINGS OFF CACHE BOOL "")
set(JINJA2CPP_PIC ON CACHE BOOL "")

# TMP WA:
set(RapidJSON_DIR "${CMAKE_BINARY_DIR}/_deps/rapidjson-build")

# options for Jinja2Cpp dependencies
option(RAPIDJSON_BUILD_DOC "Build rapidjson documentation." OFF)

Expand Down

0 comments on commit 6ab946c

Please sign in to comment.