Skip to content

Commit fe0c3da

Browse files
committed
move catkin_package call
1 parent f6484a3 commit fe0c3da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

subt_rotors_controller/CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ add_definitions(-std=c++11)
55

66
find_package(Eigen3 REQUIRED)
77

8-
catkin_package(
9-
CATKIN_DEPENDS rotors_control
10-
)
11-
128
find_package(catkin REQUIRED COMPONENTS
139
rotors_control
1410
cmake_modules
1511
)
1612

13+
catkin_package(
14+
CATKIN_DEPENDS rotors_control
15+
)
16+
1717
include_directories(
1818
${catkin_INCLUDE_DIRS}
1919
${Eigen3_INCLUDE_DIRS}

0 commit comments

Comments
 (0)