Skip to content

Commit

Permalink
Fixed cross-compilation for Android (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Sep 4, 2024
1 parent e97a54e commit b32fbde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thirdparty/internal_deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ FetchContent_MakeAvailable(rapidjson)

find_package(RapidJSON REQUIRED
PATHS "${rapidjson_BINARY_DIR}"
NO_CMAKE_FIND_ROOT_PATH
NO_DEFAULT_PATH)

add_library(RapidJson INTERFACE)
Expand Down

0 comments on commit b32fbde

Please sign in to comment.