Fix cmake policy
This commit is contained in:
parent
11ee99f946
commit
9730fc37ac
1 changed files with 2 additions and 1 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -7,7 +7,7 @@
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgname=dsview
|
pkgname=dsview
|
||||||
pkgver=1.3.2
|
pkgver=1.3.2
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Client software that supports the DreamSourceLab logic analyzer"
|
pkgdesc="Client software that supports the DreamSourceLab logic analyzer"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.dreamsourcelab.com/"
|
url="http://www.dreamsourcelab.com/"
|
||||||
|
@ -36,6 +36,7 @@ build() {
|
||||||
-GNinja \
|
-GNinja \
|
||||||
-DCMAKE_BUILD_TYPE='None' \
|
-DCMAKE_BUILD_TYPE='None' \
|
||||||
-DCMAKE_INSTALL_PREFIX='/usr' \
|
-DCMAKE_INSTALL_PREFIX='/usr' \
|
||||||
|
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
|
||||||
-Wno-dev
|
-Wno-dev
|
||||||
cmake --build build
|
cmake --build build
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue