From 0a324ea826aa60b7bca8b4bd113bcfde99302904 Mon Sep 17 00:00:00 2001 From: Frank Gaede <frank.gaede@desy.de> Date: Tue, 17 Feb 2015 11:46:52 +0000 Subject: [PATCH] - fixed typo (reported by Anna) --- UtilityApps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UtilityApps/CMakeLists.txt b/UtilityApps/CMakeLists.txt index 19ed2f03f..a7e2b87e5 100644 --- a/UtilityApps/CMakeLists.txt +++ b/UtilityApps/CMakeLists.txt @@ -51,7 +51,7 @@ if(DD4HEP_USE_LCIO) LIBRARY DESTINATION lib ) else() - install(TARGETS geoDisplay geoConverter geoPluginRun teveDisplay print_materials materialScand umpdetector + install(TARGETS geoDisplay geoConverter geoPluginRun teveDisplay print_materials materialScan dumpdetector RUNTIME DESTINATION bin LIBRARY DESTINATION lib ) -- GitLab