From ffbf884359a9bbcc068049f3a4345a622708a04d Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Tue, 24 Nov 2020 14:47:14 +0100 Subject: [PATCH] PluginService: rename listcomponents executable to avoid clash with Gaudi listcomponents --- GaudiPluginService/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/GaudiPluginService/CMakeLists.txt b/GaudiPluginService/CMakeLists.txt index a45674d9b..654f0db0c 100644 --- a/GaudiPluginService/CMakeLists.txt +++ b/GaudiPluginService/CMakeLists.txt @@ -36,7 +36,10 @@ target_compile_options(listcomponents PRIVATE -Wno-deprecated) target_compile_features(listcomponents PRIVATE $<TARGET_PROPERTY:ROOT::Core,INTERFACE_COMPILE_FEATURES> ) - +set_target_properties(listcomponents + PROPERTIES + OUTPUT_NAME listcomponents_dd4hep + ) INSTALL(TARGETS listcomponents DD4hepGaudiPluginMgr EXPORT DD4hep RUNTIME DESTINATION bin ARCHIVE DESTINATION lib -- GitLab