File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ nav2_package()
2424add_library (${PROJECT_NAME} INTERFACE )
2525target_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
3131target_link_libraries (${PROJECT_NAME} INTERFACE
@@ -53,12 +53,12 @@ install(TARGETS ${PROJECT_NAME}
5353 RUNTIME DESTINATION bin
5454)
5555
56-
5756ament_export_include_directories(include /${PROJECT_NAME} )
5857
5958if (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)
6868endif ()
6969
7070ament_export_dependencies(
71+ bondcpp
7172 geometry_msgs
7273 nav2_msgs
7374 nav_msgs
You can’t perform that action at this time.
0 commit comments