File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.8.3 )
1
+ cmake_minimum_required (VERSION 3.0.2 )
2
2
project (octomap_mapping )
3
3
find_package (catkin REQUIRED )
4
4
catkin_metapackage ()
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.8 )
1
+ cmake_minimum_required (VERSION 3.0.2 )
2
2
project (octomap_server )
3
3
4
4
set (PACKAGE_DEPENDENCIES
@@ -16,7 +16,6 @@ set(PACKAGE_DEPENDENCIES
16
16
nodelet
17
17
)
18
18
19
-
20
19
find_package (catkin REQUIRED COMPONENTS ${PACKAGE_DEPENDENCIES} )
21
20
22
21
find_package (octomap REQUIRED )
@@ -93,13 +92,10 @@ install(TARGETS ${PROJECT_NAME} ${PROJECT_NAME}_color
93
92
94
93
install (DIRECTORY include /${PROJECT_NAME}/
95
94
DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
96
- FILES_MATCHING PATTERN "*.h"
97
- PATTERN ".svn" EXCLUDE
98
95
)
99
96
100
97
install (DIRECTORY launch/
101
98
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} /launch
102
- PATTERN ".svn" EXCLUDE
103
99
)
104
100
105
101
install (FILES
You can’t perform that action at this time.
0 commit comments