Skip to content

Commit a27b867

Browse files
authored
Merge pull request #44 from impala454/main
Make sure ROS2 ament exports the g3log_ros dependency
2 parents cb59e74 + 72ed233 commit a27b867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ if(${ros_environment_FOUND})
6060
PATTERN ".git" EXCLUDE
6161
)
6262

63+
ament_export_dependencies(g3log_ros)
6364
ament_export_targets(export_${PROJECT_NAME} HAS_LIBRARY_TARGET)
6465
ament_export_libraries(oculus)
6566

0 commit comments

Comments
 (0)