1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Sat, 18 Oct 2025 09:39:08 +0200
Subject: Install list_plugins to libexec
---
pluginlib/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pluginlib/CMakeLists.txt b/pluginlib/CMakeLists.txt
index c65b8e7..aeccf8c 100644
--- a/pluginlib/CMakeLists.txt
+++ b/pluginlib/CMakeLists.txt
@@ -40,7 +40,7 @@ target_link_libraries(list_plugins
${PROJECT_NAME}
)
install(TARGETS list_plugins
- DESTINATION lib/${PROJECT_NAME}
+ DESTINATION libexec/${PROJECT_NAME}
)
ament_export_dependencies(ament_index_cpp class_loader rcutils rcpputils TinyXML2)
|