Skip to content

Commit 23e00a8

Browse files
authored
Set APPEND_PROJECT_NAME_TO_INCLUDEDIR to ON
Part of ros2/ros2#1150 and follow up from eProsima/Fast-DDS#2535
1 parent 645817e commit 23e00a8

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
@@ -33,7 +33,8 @@ override_dh_auto_configure:
3333
-DCMAKE_INSTALL_PREFIX="@(InstallationPrefix)" \
3434
-DCMAKE_PREFIX_PATH="@(InstallationPrefix)" \
3535
-DINSTALL_EXAMPLES=OFF \
36-
-DSECURITY=ON
36+
-DSECURITY=ON \
37+
-DAPPEND_PROJECT_NAME_TO_INCLUDEDIR=ON
3738

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

0 commit comments

Comments
 (0)