[neon/neon-packaging/dbc-parser-cpp/Neon/unstable] debian: -DCMAKE_INCLUDE_PREFIX=include
Carlos De Maine
null at kde.org
Mon Jan 20 08:39:34 GMT 2025
Git commit ba1ea1e092e942b74d914e7ade8ca31bbb948aaa by Carlos De Maine.
Committed on 20/01/2025 at 08:39.
Pushed by carlosdem into branch 'Neon/unstable'.
-DCMAKE_INCLUDE_PREFIX=include
M +1 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/dbc-parser-cpp/-/commit/ba1ea1e092e942b74d914e7ade8ca31bbb948aaa
diff --git a/debian/rules b/debian/rules
old mode 100644
new mode 100755
index 0930751..10caab2
--- 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/
+ dh_auto_configure -- -DDBC_ENABLE_TESTS=OFF -DDBC_GENERATE_DOCS=ON -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_INCLUDE_PREFIX=include
More information about the Neon-commits
mailing list