Skip to content

Commit

Permalink
use rosidl_default_generators dependency in test (#1114)
Browse files Browse the repository at this point in the history
Signed-off-by: Karsten Knese <karsten@openrobotics.org>
  • Loading branch information
Karsten1987 authored May 12, 2020
1 parent ccf2f1c commit 66114c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ find_package(rcpputils REQUIRED)
find_package(rcutils REQUIRED)
find_package(rmw REQUIRED)
find_package(rosgraph_msgs REQUIRED)
find_package(rosidl_default_generators REQUIRED)
find_package(rosidl_runtime_cpp REQUIRED)
find_package(rosidl_typesupport_c REQUIRED)
find_package(rosidl_typesupport_cpp REQUIRED)
Expand Down Expand Up @@ -217,6 +216,7 @@ if(BUILD_TESTING)
ament_lint_auto_find_test_dependencies()

find_package(rmw_implementation_cmake REQUIRED)
find_package(rosidl_default_generators REQUIRED)

find_package(test_msgs REQUIRED)

Expand Down

0 comments on commit 66114c3

Please sign in to comment.