[neon/libraries/qxmpp/Neon/unstable] debian: only needs -DCMAKE_CXX_STANDARD=20
Carlos De Maine
null at kde.org
Wed Apr 22 14:23:54 BST 2026
Git commit 8c6a3a4e2b03248be751c3339320c6ab65a6ad7a by Carlos De Maine.
Committed on 22/04/2026 at 13:23.
Pushed by carlosdem into branch 'Neon/unstable'.
only needs -DCMAKE_CXX_STANDARD=20
M +1 -1 debian/rules
https://invent.kde.org/neon/libraries/qxmpp/-/commit/8c6a3a4e2b03248be751c3339320c6ab65a6ad7a
diff --git a/debian/rules b/debian/rules
index 27332da..6a175b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,6 @@ CMAKEOPTS = -DBUILD_DOCUMENTATION=ON \
dh $@ --with pkgkde_symbolshelper
override_dh_auto_configure:
- dh_auto_configure -- $(CMAKEOPTS) -DBUILD_WITH_QT6=ON -DQT_VERSION_MAJOR=6 -DCMAKE_CXX_STANDARD=23 -DCMAKE_CXX_STANDARD_REQUIRED=TRUE
+ dh_auto_configure -- $(CMAKEOPTS) -DBUILD_WITH_QT6=ON -DQT_VERSION_MAJOR=6 -DCMAKE_CXX_STANDARD=20 -DCMAKE_CXX_STANDARD_REQUIRED=TRUE
.PHONY: override_dh_auto_test-indep
More information about the Neon-commits
mailing list