Skip to content

Commit 43b7f67

Browse files
committed
fix build
1 parent 09f2816 commit 43b7f67

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

x1_description/CMakeLists.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ find_package(catkin REQUIRED COMPONENTS roslaunch)
55

66
catkin_package()
77

8-
roslaunch_add_file_check(launch)
9-
108
install(
11-
DIRECTORY launch materials meshes urdf
9+
DIRECTORY materials meshes urdf
1210
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
1311
)

x2_description/CMakeLists.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ find_package(catkin REQUIRED COMPONENTS roslaunch)
55

66
catkin_package()
77

8-
roslaunch_add_file_check(launch/description.launch)
9-
10-
install(DIRECTORY materials meshes launch urdf
8+
install(DIRECTORY materials meshes urdf
119
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
1210
)
1311

0 commit comments

Comments
 (0)