summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/rapidjson/rapidjson_1.0.2.bb
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 /meta-oe/recipes-devtools/rapidjson/rapidjson_1.0.2.bb
parent874527184fd32c030a3230449a3a765e44e6eb50 (diff)
downloadmeta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-devtools/rapidjson/rapidjson_1.0.2.bb')
-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 1a9abc8bc..dd6b89698 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"
15 15
16inherit cmake 16inherit cmake
17 17
18EXTRA_OECMAKE += "-DRAPIDJSON_BUILD_DOC=OFF" 18EXTRA_OECMAKE += "-DRAPIDJSON_BUILD_DOC=OFF -DRAPIDJSON_BUILD_TESTS=OFF"
19 19
20# RapidJSON is a header-only C++ library, so the main package will be empty. 20# RapidJSON is a header-only C++ library, so the main package will be empty.
21 21