From 97f8e2c2ef21795634977802e377f34aecc13818 Mon Sep 17 00:00:00 2001 From: bcouturi <ben.couturier@cern.ch> Date: Mon, 21 Sep 2020 13:07:39 +0200 Subject: [PATCH] Fix install target for opt executable Co-authored-by: Andre Sailer <andre.philippe.sailer@cern.ch> --- UtilityApps/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/UtilityApps/CMakeLists.txt b/UtilityApps/CMakeLists.txt index 05c9e82bc..ed19ef4e3 100644 --- a/UtilityApps/CMakeLists.txt +++ b/UtilityApps/CMakeLists.txt @@ -85,7 +85,6 @@ add_executable(teveDisplay src/teve_display.cpp src/next_event_dummy.cpp G__eve. target_link_libraries(teveDisplay DD4hep::DDRec ROOT::Core ROOT::Eve ROOT::Gui ROOT::Graf3d ROOT::RGL ) INSTALL(TARGETS geoDisplay - geoWebDisplay geoConverter geoPluginRun dumpBfield -- GitLab