We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7506222 commit 0c5799eCopy full SHA for 0c5799e
debian/rules.em
@@ -31,7 +31,8 @@ override_dh_auto_configure:
31
if [ -f "@(InstallationPrefix)/setup.sh" ]; then . "@(InstallationPrefix)/setup.sh"; fi && \
32
dh_auto_configure -- \
33
-DCMAKE_INSTALL_PREFIX="@(InstallationPrefix)" \
34
- -DCMAKE_PREFIX_PATH="@(InstallationPrefix)"
+ -DCMAKE_PREFIX_PATH="@(InstallationPrefix)" \
35
+ -DAPPEND_PROJECT_NAME_TO_INCLUDEDIR=ON
36
37
override_dh_auto_build:
38
# In case we're installing to a non-standard location, look for a setup.sh
0 commit comments