Skip to content

Commit 6d7400f

Browse files
committed
Solve minor bug in rapidjson installation.
1 parent 813c506 commit 6d7400f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InstallRapidJSON.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if(NOT RAPIDJSON_FOUND OR USE_BUNDLED_RAPIDJSON)
3434
URL_MD5 ${RAPIDJSON_URL_MD5}
3535
CMAKE_ARGS
3636
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
37-
-RAPIDJSON_BUILD_DOC=Off
37+
-DRAPIDJSON_BUILD_DOC=Off
3838
-DRAPIDJSON_BUILD_EXAMPLES=Off
3939
-DRAPIDJSON_BUILD_TESTS=Off
4040
TEST_COMMAND ""

0 commit comments

Comments
 (0)