Skip to content

Commit

Permalink
further catkin-ization
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Oct 16, 2017
1 parent 6fa5794 commit 4983f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8.3)
project(ros_flydra)

find_package(catkin REQUIRED message_generation sensor_msgs geometry_msgs)
find_package(catkin REQUIRED COMPONENTS message_generation sensor_msgs geometry_msgs)

add_message_files()
add_message_files(DIRECTORY msg)
add_service_files()

catkin_python_setup()
Expand Down

0 comments on commit 4983f67

Please sign in to comment.