Skip to content

Commit

Permalink
ros2: change ament_target_dependencies from SYSTEM to PUBLIC
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring authored and Jaeyoung-Lim committed Nov 8, 2023
1 parent 47746fa commit 47cbef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ target_include_directories(${PROJECT_NAME}

target_link_libraries(${PROJECT_NAME} Eigen3::Eigen GDAL::GDAL)

ament_target_dependencies(${PROJECT_NAME} SYSTEM
ament_target_dependencies(${PROJECT_NAME} PUBLIC
grid_map_core
grid_map_ros
)
Expand Down

0 comments on commit 47cbef7

Please sign in to comment.