From aa65cd71e2c9ca4ab6d8857659103dc626c9d4de Mon Sep 17 00:00:00 2001
From: Markus Frank <markus.frank@cern.ch>
Date: Mon, 9 Mar 2015 21:47:36 +0000
Subject: [PATCH] Fix optimization problem for non-debug builds....

---
 UtilityApps/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/UtilityApps/CMakeLists.txt b/UtilityApps/CMakeLists.txt
index 02863d8dd..a7e2b87e5 100644
--- a/UtilityApps/CMakeLists.txt
+++ b/UtilityApps/CMakeLists.txt
@@ -38,7 +38,6 @@ if(DD4HEP_USE_LCIO)
 
   add_executable(test_surfaces src/test_surfaces.cpp )
   target_link_libraries(test_surfaces DD4hepCore DD4hepRec ${LCIO_LIBRARIES} )
-
 else()
   add_executable(teveDisplay src/teve_display.cpp G__teve.cxx src/next_event_dummy.cpp)
 endif()
-- 
GitLab