Skip to content

Commit 924e49f

Browse files
committed
fix install of config and launch files
1 parent 3695a40 commit 924e49f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mqtt_client/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,11 @@ install(TARGETS ${PROJECT_NAME}_lib
5252
install(
5353
DIRECTORY launch
5454
DESTINATION share/${PROJECT_NAME}
55-
FILES_MATCHING PATTERN "*ros2*"
5655
)
5756

5857
install(
5958
DIRECTORY config
6059
DESTINATION share/${PROJECT_NAME}
61-
FILES_MATCHING PATTERN "*ros2*"
6260
)
6361

6462
ament_package()

0 commit comments

Comments
 (0)