Skip to content

Commit 8d8e32c

Browse files
author
Rein Appeldoorn
authored
Update CMakeLists.txt
1 parent ab3974a commit 8d8e32c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

skybiometry_ros/CMakeLists.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
cmake_minimum_required(VERSION 2.8.3)
22
project(skybiometry_ros)
33

4-
find_package(catkin REQUIRED COMPONENTS
5-
cv_bridge
6-
image_recognition_msgs
7-
rospy
8-
)
4+
find_package(catkin REQUIRED)
95

106
catkin_python_setup()
117

@@ -15,4 +11,4 @@ install(PROGRAMS
1511
scripts/face_properties_node
1612
scripts/get_face_properties
1713
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
18-
)
14+
)

0 commit comments

Comments
 (0)