aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2017-01-13 18:50:44 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-01-25 15:59:58 +0100
commit86ee2cdc49c63dc73b500001465708b4c008c1bd (patch)
tree8ec7b59628cc4f57fe1246dcecd0fabeb95865d1
parent874527184fd32c030a3230449a3a765e44e6eb50 (diff)
downloadmeta-openembedded-contrib-86ee2cdc49c63dc73b500001465708b4c008c1bd.tar.gz
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 <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/rapidjson/rapidjson_1.0.2.bb2
1 files changed, 1 insertions, 1 deletions
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.