Skip to content

Commit

Permalink
Remove ament_cmake_core dependency in rosbridge_test_msgs
Browse files Browse the repository at this point in the history
Rolling CI has had a warning about `ament_cmake_core` not being included, which... isn't needed.
  • Loading branch information
sea-bass authored Jul 8, 2024
1 parent 7d78af1 commit 255b11f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rosbridge_test_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.22)
project(rosbridge_test_msgs)

find_package(ament_cmake_core REQUIRED)
find_package(ament_cmake_python REQUIRED)
find_package(ament_cmake REQUIRED)
find_package(builtin_interfaces REQUIRED)
find_package(geometry_msgs REQUIRED)
find_package(rosidl_default_generators REQUIRED)
Expand Down

0 comments on commit 255b11f

Please sign in to comment.