From a115de497770f9977ae2c6dadd45aeb0d498bc28 Mon Sep 17 00:00:00 2001 From: lyq Date: Tue, 13 Jan 2026 14:45:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/communication/mqtt_report/CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/communication/mqtt_report/CMakeLists.txt b/src/communication/mqtt_report/CMakeLists.txt index 3e7aa4d..899cc49 100644 --- a/src/communication/mqtt_report/CMakeLists.txt +++ b/src/communication/mqtt_report/CMakeLists.txt @@ -67,19 +67,8 @@ install(TARGETS DESTINATION lib/${PROJECT_NAME} ) -install( - DIRECTORY config/ - DESTINATION share/${PROJECT_NAME}/config -) - if(BUILD_TESTING) find_package(ament_lint_auto REQUIRED) - # the following line skips the linter which checks for copyrights - # uncomment the line when a copyright and license is not present in all source files - #set(ament_cmake_copyright_FOUND TRUE) - # the following line skips cpplint (only works in a git repo) - # uncomment the line when this package is not in a git repo - #set(ament_cmake_cpplint_FOUND TRUE) ament_lint_auto_find_test_dependencies() endif()