Skip to content

Commit 47cbef7

Browse files
srmainwaringJaeyoung-Lim
authored andcommitted
ros2: change ament_target_dependencies from SYSTEM to PUBLIC
Signed-off-by: Rhys Mainwaring <[email protected]>
1 parent 47746fa commit 47cbef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ target_include_directories(${PROJECT_NAME}
4646

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

49-
ament_target_dependencies(${PROJECT_NAME} SYSTEM
49+
ament_target_dependencies(${PROJECT_NAME} PUBLIC
5050
grid_map_core
5151
grid_map_ros
5252
)

0 commit comments

Comments
 (0)