summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpathetic_lynx2023-02-11 21:37:12 +0100
committerpathetic_lynx2023-02-11 21:37:12 +0100
commit6d3593614452de29eac62f1c99ae325bffdc63e4 (patch)
tree75ef192948a0db7f406dcc88af7b69b49b63eb5d
parent668e9f9f0d584468687fb7a2f3851af1a90f06a8 (diff)
downloadaur-dspdfviewer.tar.gz
🛠 build: prevent fatal error in future cmake version
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5b62058b5cb..df6bf61fda62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DBuildTests=OFF \
-DCMAKE_CXX_FLAGS_INIT="-Wno-error=deprecated-declarations" \
- -DDSPDFVIEWER_VERSION="${pkgver}"
+ -DDSPDFVIEWER_VERSION="${pkgver}" .
make
}