[arch-commits] Commit in extra-cmake-modules/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Apr 12 09:12:12 UTC 2015


    Date: Sunday, April 12, 2015 @ 11:12:12
  Author: arojas
Revision: 236286

Don't build tests

Modified:
  extra-cmake-modules/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-12 09:08:17 UTC (rev 236285)
+++ PKGBUILD	2015-04-12 09:12:12 UTC (rev 236286)
@@ -23,7 +23,8 @@
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_HTML_DOCS=OFF
+    -DBUILD_HTML_DOCS=OFF \
+    -DBUILD_TESTING=OFF
   make
 }
 



More information about the arch-commits mailing list