Fix cmake policy

This commit is contained in:
Attila Body 2025-07-01 08:36:53 +02:00
parent 11ee99f946
commit adb098002c
Signed by: abody
GPG key ID: BD0C6214E68FB5CF

View file

@ -7,7 +7,7 @@
epoch=1
pkgname=dsview
pkgver=1.3.2
pkgrel=2
pkgrel=3
pkgdesc="Client software that supports the DreamSourceLab logic analyzer"
arch=('i686' 'x86_64')
url="http://www.dreamsourcelab.com/"
@ -36,6 +36,7 @@ build() {
-GNinja \
-DCMAKE_BUILD_TYPE='None' \
-DCMAKE_INSTALL_PREFIX='/usr' \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-Wno-dev
cmake --build build
}