Tomaz Canabrava pushed to branch main at Arch Linux / Packaging / Packages /
extra-cmake-modules
Commits:
25c118bb by Tomaz Canabrava at 2024-11-08T16:01:49+01:00
Disable testing. currently depends on Qt5
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -30,7 +30,8 @@ build() {
cmake -B build -S $pkgname-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_HTML_DOCS=ON \
- -DBUILD_QTHELP_DOCS=ON
+ -DBUILD_QTHELP_DOCS=ON \
+ -DBUILD_TESTING=OFF
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/extra-cmake-modules/-/commit/25c118bb7473cef6163980bb75e126da9d697f55
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/extra-cmake-modules/-/commit/25c118bb7473cef6163980bb75e126da9d697f55
You're receiving this email because of your account on gitlab.archlinux.org.