Skip to content

Commit

Permalink
nav2_util: don't export test_msgs dependency (#2943)
Browse files Browse the repository at this point in the history
nav2_util no longer unconditionally depends on test_msgs, but was still exporting it as a dependency. This caused downstream packages to fail to build if test_msgs was not installed.
  • Loading branch information
lopsided98 authored May 9, 2022
1 parent ec4ba98 commit d2ec874
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nav2_util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ set(dependencies
rclcpp
lifecycle_msgs
rclcpp_action
test_msgs
rclcpp_lifecycle
bondcpp
bond
Expand Down

0 comments on commit d2ec874

Please sign in to comment.