yaml-cpp: Disable build tests

Disable build test or causes conflict
with gtest package in repo. Closes #17111

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-04 23:09:24 -06:00 committed by Duncan Overbruck
parent 7c6fb58a0f
commit 23f6b53d14

View file

@ -1,11 +1,12 @@
# Template file for 'yaml-cpp'
pkgname=yaml-cpp
version=0.6.2
revision=1
revision=2
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON -DYAML_CPP_BUILD_TOOLS=OFF"
short_desc="A YAML parser and emitter in C++"
configure_args="-DBUILD_SHARED_LIBS=ON -DYAML_CPP_BUILD_TOOLS=OFF
-DYAML_CPP_BUILD_TESTS=OFF"
short_desc="YAML parser and emitter in C++"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="MIT"
homepage="https://github.com/jbeder/yaml-cpp"