summaryrefslogtreecommitdiff
path: root/packages/dev-libs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-libs')
-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 )