Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Revert "Target include private rcl headers"
Browse files Browse the repository at this point in the history
This reverts commit e67559a.
  • Loading branch information
ruffsl committed Jan 24, 2020
1 parent e67559a commit 35d9ac6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions realsense_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,8 @@ target_link_libraries(${PROJECT_NAME}
${realsense2_LIBRARY}
)

target_include_directories(${PROJECT_NAME} PRIVATE
${rcl_INCLUDE_DIRS}
)

ament_target_dependencies(${PROJECT_NAME}
rcl
rclcpp
rclcpp_components
nav_msgs
Expand Down Expand Up @@ -167,9 +164,8 @@ if(BUILD_TESTING)
target_link_libraries(${target}
${realsense2_LIBRARY}
${PROJECT_NAME})
target_include_directories(${PROJECT_NAME} PRIVATE
${rcl_INCLUDE_DIRS})
ament_target_dependencies(${target}
"rcl"
"rclcpp"
"nav_msgs"
"sensor_msgs"
Expand Down

0 comments on commit 35d9ac6

Please sign in to comment.