Skip to content

Commit 97141b7

Browse files
committed
Update RapidJson name in install script.
1 parent 8afaa02 commit 97141b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

InstallRapidJSON.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ if(NOT RAPIDJSON_FOUND OR USE_BUNDLED_RAPIDJSON)
2727
set(RAPIDJSON_URL_MD5 badd12c511e081fec6c89c43a7027bce)
2828
endif()
2929

30-
ExternalProject_Add(RapidJSON
30+
ExternalProject_Add(RapidJson
3131
DOWNLOAD_NAME RapidJSON-${RAPIDJSON_VERSION}.tar.gz
3232
URL https://github.com/miloyip/rapidjson/archive/v${RAPIDJSON_VERSION}.tar.gz
3333
URL_MD5 ${RAPIDJSON_URL_MD5}
3434
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
3535
TEST_COMMAND ""
3636
)
3737

38-
ExternalProject_Get_Property(RapidJSON INSTALL_DIR)
38+
ExternalProject_Get_Property(RapidJson INSTALL_DIR)
3939

4040
set(RAPIDJSON_ROOT_DIR ${INSTALL_DIR})
4141
set(RAPIDJSON_INCLUDE_DIRS ${RAPIDJSON_ROOT_DIR}/include)

0 commit comments

Comments
 (0)