Skip to content

Commit 12ceabe

Browse files
authored
Add bondcpp to export dependencies (#5332)
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
1 parent 347afe8 commit 12ceabe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎nav2_ros_common/CMakeLists.txt‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ nav2_package()
2424
add_library(${PROJECT_NAME} INTERFACE)
2525
target_include_directories(${PROJECT_NAME}
2626
INTERFACE
27-
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
28-
"$<INSTALL_INTERFACE:include/${PROJECT_NAME}>"
27+
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
28+
"$<INSTALL_INTERFACE:include/${PROJECT_NAME}>"
2929
)
3030

3131
target_link_libraries(${PROJECT_NAME} INTERFACE
@@ -53,12 +53,12 @@ install(TARGETS ${PROJECT_NAME}
5353
RUNTIME DESTINATION bin
5454
)
5555

56-
5756
ament_export_include_directories(include/${PROJECT_NAME})
5857

5958
if(BUILD_TESTING)
6059
find_package(ament_lint_auto REQUIRED)
6160
find_package(ament_cmake_pytest REQUIRED)
61+
6262
# skip copyright linting
6363
set(ament_cmake_copyright_FOUND TRUE)
6464
ament_lint_auto_find_test_dependencies()
@@ -68,6 +68,7 @@ if(BUILD_TESTING)
6868
endif()
6969

7070
ament_export_dependencies(
71+
bondcpp
7172
geometry_msgs
7273
nav2_msgs
7374
nav_msgs

0 commit comments

Comments
 (0)