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 8afaa02 commit 97141b7Copy full SHA for 97141b7
InstallRapidJSON.cmake
@@ -27,15 +27,15 @@ if(NOT RAPIDJSON_FOUND OR USE_BUNDLED_RAPIDJSON)
27
set(RAPIDJSON_URL_MD5 badd12c511e081fec6c89c43a7027bce)
28
endif()
29
30
- ExternalProject_Add(RapidJSON
+ ExternalProject_Add(RapidJson
31
DOWNLOAD_NAME RapidJSON-${RAPIDJSON_VERSION}.tar.gz
32
URL https://github.com/miloyip/rapidjson/archive/v${RAPIDJSON_VERSION}.tar.gz
33
URL_MD5 ${RAPIDJSON_URL_MD5}
34
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
35
TEST_COMMAND ""
36
)
37
38
- ExternalProject_Get_Property(RapidJSON INSTALL_DIR)
+ ExternalProject_Get_Property(RapidJson INSTALL_DIR)
39
40
set(RAPIDJSON_ROOT_DIR ${INSTALL_DIR})
41
set(RAPIDJSON_INCLUDE_DIRS ${RAPIDJSON_ROOT_DIR}/include)
0 commit comments