From 86ee2cdc49c63dc73b500001465708b4c008c1bd Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Fri, 13 Jan 2017 18:50:44 -0800 Subject: rapidjson: explicitly disable unit tests Normally the unit tests don't get compiled as gtest sources are not available. However it's possible that gtest sources may be found on the host, so make it explicit that unit tests should not be enabled. Signed-off-by: Andre McCurdy Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/rapidjson/rapidjson_1.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/rapidjson/rapidjson_1.0.2.bb b/meta-oe/recipes-devtools/rapidjson/rapidjson_1.0.2.bb index 1a9abc8bc6..dd6b896981 100644 --- a/meta-oe/recipes-devtools/rapidjson/rapidjson_1.0.2.bb +++ b/meta-oe/recipes-devtools/rapidjson/rapidjson_1.0.2.bb @@ -15,7 +15,7 @@ S = "${WORKDIR}/git" inherit cmake -EXTRA_OECMAKE += "-DRAPIDJSON_BUILD_DOC=OFF" +EXTRA_OECMAKE += "-DRAPIDJSON_BUILD_DOC=OFF -DRAPIDJSON_BUILD_TESTS=OFF" # RapidJSON is a header-only C++ library, so the main package will be empty. -- cgit 1.2.3-korg