Skip to content

Commit 0c5799e

Browse files
authored
Set APPEND_PROJECT_NAME_TO_INCLUDEDIR to O
Part of ros2/ros2#1150 and follow up from eProsima/Fast-DDS#2535
1 parent 7506222 commit 0c5799e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

debian/rules.em

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ override_dh_auto_configure:
3131
if [ -f "@(InstallationPrefix)/setup.sh" ]; then . "@(InstallationPrefix)/setup.sh"; fi && \
3232
dh_auto_configure -- \
3333
-DCMAKE_INSTALL_PREFIX="@(InstallationPrefix)" \
34-
-DCMAKE_PREFIX_PATH="@(InstallationPrefix)"
34+
-DCMAKE_PREFIX_PATH="@(InstallationPrefix)" \
35+
-DAPPEND_PROJECT_NAME_TO_INCLUDEDIR=ON
3536

3637
override_dh_auto_build:
3738
# In case we're installing to a non-standard location, look for a setup.sh

0 commit comments

Comments
 (0)