[neon/neon-packaging/dbc-parser-cpp/Neon/release] debian: -DCMAKE_INSTALL_INCLUDEDIR=/usr

Carlos De Maine null at kde.org
Fri Jul 5 08:56:04 BST 2024


Git commit ced6a6dee4fb6a0c376a8c8f4ce85684de9bab76 by Carlos De Maine.
Committed on 05/07/2024 at 07:56.
Pushed by carlosdem into branch 'Neon/release'.

-DCMAKE_INSTALL_INCLUDEDIR=/usr

M  +1    -1    debian/rules

https://invent.kde.org/neon/neon-packaging/dbc-parser-cpp/-/commit/ced6a6dee4fb6a0c376a8c8f4ce85684de9bab76

diff --git a/debian/rules b/debian/rules
index fd6b80d..f67bc2e 100644
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 	dh $@ --buildsystem=cmake
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DDBC_ENABLE_TESTS=OFF -DDBC_GENERATE_DOCS=ON
+	dh_auto_configure -- -DDBC_ENABLE_TESTS=OFF -DDBC_GENERATE_DOCS=ON -DCMAKE_INSTALL_INCLUDEDIR=/usr


More information about the Neon-commits mailing list