This commit is contained in:
Kuoi 2022-06-03 13:17:11 +01:00 committed by GitHub
parent cd48569bd6
commit 31d0239fc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,8 +22,12 @@ build() {
cd $srcdir/build
cmake "$srcdir/$_pkgname-$pkgver" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DUSE_VTK=ON
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=ON \
-DENABLE_TESTING=OFF \
-DUSE_VTK=OFF \
"${srcdir}/${_pkgname}-$pkgver"
make
}