Skip to content

Commit f56c9fd

Browse files
authoredMar 28, 2022
Set APPEND_PROJECT_NAME_TO_INCLUDEDIR to ON (#629)
eProsima/Fast-DDS#2535 eProsima/Fast-CDR#120 This is in support of ros2/ros2#1150 Signed-off-by: Shane Loretz <[email protected]>
1 parent 535eb84 commit f56c9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎create_jenkins_job.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def main(argv=None):
116116
'use_connext_debs_default': 'false',
117117
'use_isolated_default': 'true',
118118
'colcon_mixin_url': 'https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml',
119-
'build_args_default': '--event-handlers console_cohesion+ console_package_list+ --cmake-args -DINSTALL_EXAMPLES=OFF -DSECURITY=ON',
119+
'build_args_default': '--event-handlers console_cohesion+ console_package_list+ --cmake-args -DINSTALL_EXAMPLES=OFF -DSECURITY=ON -DAPPEND_PROJECT_NAME_TO_INCLUDEDIR=ON',
120120
'test_args_default': '--event-handlers console_direct+ --executor sequential --retest-until-pass 2 --ctest-args -LE xfail --pytest-args -m "not xfail"',
121121
'compile_with_clang_default': 'false',
122122
'enable_coverage_default': 'false',

0 commit comments

Comments
 (0)
Please sign in to comment.