Skip to content

Commit

Permalink
Remove the action_msgs dependency CMake code. (#6)
Browse files Browse the repository at this point in the history
It is implicitly added by rosidl_generate_interfaces().

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed May 30, 2019
1 parent d287bfd commit 54b4b33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic)
endif()

find_package(action_msgs REQUIRED)
find_package(ament_cmake REQUIRED)
find_package(rosidl_default_generators REQUIRED)

rosidl_generate_interfaces(${PROJECT_NAME}
"action/Fibonacci.action"
"srv/AddTwoInts.srv"
DEPENDENCIES action_msgs
)

install(FILES mapping_rules.yaml DESTINATION share/${PROJECT_NAME})
Expand Down

0 comments on commit 54b4b33

Please sign in to comment.