rapidjson: disable docs build

This commit is contained in:
CN_SZTL 2020-08-30 04:51:13 +08:00
parent 5a274131bd
commit d2da1c5821
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=rapidjson
PKG_VERSION:=1.1.0-ce81bc9
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/Tencent/rapidjson.git
@ -30,6 +30,10 @@ PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk
CMAKE_OPTIONS+= -DRAPIDJSON_BUILD_DOC=OFF \
-DRAPIDJSON_BUILD_EXAMPLES=OFF \
-DRAPIDJSON_BUILD_TESTS=OFF
define Package/$(PKG_NAME)
SECTION:=lib
CATEGORY:=Libraries