Skip to content

Commit

Permalink
Merge pull request #1367 from knorth55/remove-roseus-deps
Browse files Browse the repository at this point in the history
remove roseus find_package in welcome_to_jsk_fetch
  • Loading branch information
k-okada authored Nov 28, 2023
2 parents def425a + cce163b commit eafe654
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions welcome_to_jsk_fetch/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
cmake_minimum_required(VERSION 2.8.3)
project(welcome_to_jsk_fetch)

find_package(catkin REQUIRED
roseus # required in indigo
)
find_package(catkin REQUIRED)

catkin_package()

0 comments on commit eafe654

Please sign in to comment.