[neon/neon-packaging/dbc-parser-cpp/Neon/unstable] debian: -DCMAKE_INCLUDEDIR_PREFIX=include

Carlos De Maine null at kde.org
Mon Jan 20 08:40:27 GMT 2025


Git commit 201b9b47f071eaa6974d2ff8f75f5cdddbe8ba7a by Carlos De Maine.
Committed on 20/01/2025 at 08:40.
Pushed by carlosdem into branch 'Neon/unstable'.

-DCMAKE_INCLUDEDIR_PREFIX=include

M  +1    -1    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 10caab2..8ad1ff4 100755
--- 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 -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_INCLUDE_PREFIX=include
+	dh_auto_configure -- -DDBC_ENABLE_TESTS=OFF -DDBC_GENERATE_DOCS=ON -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_INCLUDEDIR_PREFIX=include


More information about the Neon-commits mailing list