We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97a54e commit b32fbdeCopy full SHA for b32fbde
thirdparty/internal_deps.cmake
@@ -52,6 +52,7 @@ FetchContent_MakeAvailable(rapidjson)
52
53
find_package(RapidJSON REQUIRED
54
PATHS "${rapidjson_BINARY_DIR}"
55
+ NO_CMAKE_FIND_ROOT_PATH
56
NO_DEFAULT_PATH)
57
58
add_library(RapidJson INTERFACE)
0 commit comments