git » krita.git » commit 1e00af6

Disable BUILD_TESTING (FS#78858)

author Antonio Rojas
2023-06-22 11:46:09 UTC
committer Antonio Rojas
2023-06-22 11:46:09 UTC
parent be5fa63b9626bc688862a32c517727989474307d

Disable BUILD_TESTING (FS#78858)

PKGBUILD +2 -1

diff --git a/PKGBUILD b/PKGBUILD
index c7590a2..d026997 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,8 @@ prepare() {
 
 build() {
   cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON
+    -DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON \
+    -DBUILD_TESTING=OFF
   cmake --build build
 }