Skip to content

Commit

Permalink
support: harmonise build scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavanderhoorn committed Nov 9, 2018
1 parent f0dc42d commit 2939ec9
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 30 deletions.
7 changes: 2 additions & 5 deletions motoman_gp12_support/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

cmake_minimum_required(VERSION 2.8.3)

project(motoman_gp12_support)
Expand All @@ -12,7 +11,5 @@ if (CATKIN_ENABLE_TESTING)
roslaunch_add_file_check(test/launch_test.xml)
endif()

foreach(dir config launch meshes urdf)
install(DIRECTORY ${dir}/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
endforeach(dir)
install(DIRECTORY config launch meshes urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
7 changes: 2 additions & 5 deletions motoman_gp7_support/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

cmake_minimum_required(VERSION 2.8.3)

project(motoman_gp7_support)
Expand All @@ -12,7 +11,5 @@ if (CATKIN_ENABLE_TESTING)
roslaunch_add_file_check(test/launch_test.xml)
endif()

foreach(dir config launch meshes urdf)
install(DIRECTORY ${dir}/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
endforeach(dir)
install(DIRECTORY config launch meshes urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
7 changes: 2 additions & 5 deletions motoman_gp8_support/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

cmake_minimum_required(VERSION 2.8.3)

project(motoman_gp8_support)
Expand All @@ -12,7 +11,5 @@ if (CATKIN_ENABLE_TESTING)
roslaunch_add_file_check(test/launch_test.xml)
endif()

foreach(dir config launch meshes urdf)
install(DIRECTORY ${dir}/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
endforeach(dir)
install(DIRECTORY config launch meshes urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
7 changes: 3 additions & 4 deletions motoman_mh12_support/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
cmake_minimum_required(VERSION 2.8.3)

project(motoman_mh12_support)

find_package(catkin REQUIRED)

catkin_package()

foreach(dir config launch meshes urdf)
install(DIRECTORY ${dir}/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
endforeach(dir)
install(DIRECTORY config launch meshes urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
7 changes: 2 additions & 5 deletions motoman_mh50_support/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

cmake_minimum_required(VERSION 2.8.3)

project(motoman_mh50_support)
Expand All @@ -12,7 +11,5 @@ if (CATKIN_ENABLE_TESTING)
roslaunch_add_file_check(test/launch_test.xml)
endif()

foreach(dir config launch meshes urdf)
install(DIRECTORY ${dir}/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/${dir})
endforeach(dir)
install(DIRECTORY config launch meshes urdf
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
1 change: 0 additions & 1 deletion motoman_mh5_support/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

cmake_minimum_required(VERSION 2.8.3)

project(motoman_mh5_support)
Expand Down
1 change: 0 additions & 1 deletion motoman_sda10f_support/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

cmake_minimum_required(VERSION 2.8.3)

project(motoman_sda10f_support)
Expand Down
1 change: 0 additions & 1 deletion motoman_sia10d_support/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

cmake_minimum_required(VERSION 2.8.3)

project(motoman_sia10d_support)
Expand Down
1 change: 0 additions & 1 deletion motoman_sia10f_support/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

cmake_minimum_required(VERSION 2.8.3)

project(motoman_sia10f_support)
Expand Down
1 change: 0 additions & 1 deletion motoman_sia20d_support/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

cmake_minimum_required(VERSION 2.8.3)

project(motoman_sia20d_support)
Expand Down
1 change: 0 additions & 1 deletion motoman_sia5d_support/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

cmake_minimum_required(VERSION 2.8.3)

project(motoman_sia5d_support)
Expand Down

0 comments on commit 2939ec9

Please sign in to comment.