summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-20 22:23:55 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-20 22:23:55 +0300
commit4da524def61c8172372fc75cc9b5f4bf4d9df9e9 (patch)
treef93a85938c67dc43b6b0f4ef60302aa84f894390
parent234695e5d2ef7ba191e7aa6f421ad252e76be523 (diff)
rapidjson: typo fix
-rw-r--r--packages/dev-libs/rapidjson/rapidjson.exlib2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dev-libs/rapidjson/rapidjson.exlib b/packages/dev-libs/rapidjson/rapidjson.exlib
index 701e4b7..8afc7c4 100644
--- a/packages/dev-libs/rapidjson/rapidjson.exlib
+++ b/packages/dev-libs/rapidjson/rapidjson.exlib
@@ -40,7 +40,7 @@ DEPENDENCIES="
CMAKE_SRC_CONFIGURE_TESTS=( '-DRAPIDJSON_BUILD_TESTS=ON -DRAPIDJSON_BUILD_TESTS=OFF' )
CMAKE_SRC_CONFIGURE_OPTIONS=(
'doc RAPIDJSON_BUILD_DOC'
- 'examples -DRAPIDJSON_BUILD_EXAMPLES'
+ 'examples RAPIDJSON_BUILD_EXAMPLES'
)
CMAKE_SRC_CONFIGURE_PARAMS+=( -DRAPIDJSON_BUILD_THIRDPARTY_GTEST=OFF )