summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52a7888c5d6d..3e044583b8a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ build() {
mkdir build
cd build
- cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr \
+ cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr -DLOMSE_RUN_TESTS=no \
-DCMAKE_BUILD_TYPE=Release "../${_vcsname}-${pkgver}"
make