From a78f14bfdebee0188cacd76c20b9a281ba2fa787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylwester=20R=C4=85pa=C5=82a?= Date: Wed, 14 Mar 2018 11:55:25 +0100 Subject: [PATCH] Allow check() since tests are now optional --- pistache/git/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pistache/git/PKGBUILD b/pistache/git/PKGBUILD index 4f631f78..617d6428 100644 --- a/pistache/git/PKGBUILD +++ b/pistache/git/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pistache-git _name=${pkgname%-git} -pkgver=204.b66415a +pkgver=223.7184600 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Modern and elegant HTTP and REST framework for C++' @@ -31,6 +31,7 @@ build() { cmake \ -DCMAKE_BUILD_TYPE=Release \ + -DPISTACHE_BUILD_TESTS=true \ -DCMAKE_INSTALL_PREFIX="/usr" make }