Skip to content

Commit b32fbde

Browse files
Fixed cross-compilation for Android (#258)
1 parent e97a54e commit b32fbde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thirdparty/internal_deps.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ FetchContent_MakeAvailable(rapidjson)
5252

5353
find_package(RapidJSON REQUIRED
5454
PATHS "${rapidjson_BINARY_DIR}"
55+
NO_CMAKE_FIND_ROOT_PATH
5556
NO_DEFAULT_PATH)
5657

5758
add_library(RapidJson INTERFACE)

0 commit comments

Comments
 (0)