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:
parent
7c6fb58a0f
commit
23f6b53d14
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue