From dca0de07adb9e6bc184229fc1c161183ec806c60 Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Wed, 23 Dec 2020 17:56:18 +0800
Subject: [PATCH] WIP: clean the unused code in CMakeLists.txt

---
 Generator/CMakeLists.txt             | 20 ++------------------
 Simulation/DetSimDedx/CMakeLists.txt |  3 ---
 2 files changed, 2 insertions(+), 21 deletions(-)

diff --git a/Generator/CMakeLists.txt b/Generator/CMakeLists.txt
index effac5ce..eb780748 100644
--- a/Generator/CMakeLists.txt
+++ b/Generator/CMakeLists.txt
@@ -11,22 +11,6 @@ find_package(HepMC)
 find_package(CLHEP REQUIRED;CONFIG)
 find_package(k4FWCore REQUIRED)
 
-if(ROOT_FOUND)
-    message("found ROOT: ${ROOT_INCLUDE_DIRS} ${ROOT_LIBRARIES}")
-endif(ROOT_FOUND)
-if(LCIO_FOUND)
-    message("found LCIO: ${LCIO_INCLUDE_DIRS} ${LCIO_LIBRARIES}")
-endif(LCIO_FOUND)
-if(podio_FOUND)
-    message("found podio: ${podio_INCLUDE_DIRS} ${podio_LIBRARIES}")
-endif(podio_FOUND)
-if(HepMC_FOUND)
-    message("found HepMC: ${HepMC_INCLUDE_DIRS} ${HepMC_LIBRARY_DIR}")
-endif(HepMC_FOUND)
-if(CLHEP_FOUND)
-    message("found CLHEP: ${CLHEP_INCLUDE_DIRS} ${CLHEP_LIBRARY_DIR}")
-endif(CLHEP_FOUND)
-
 gaudi_add_module(GenAlgo
                  SOURCES src/IGenTool.cpp 
                          src/GenAlgo.cpp 
@@ -47,8 +31,8 @@ gaudi_add_module(GenAlgo
                       ${HEPMC_LIBRARIES}
                       ${CLHEP_LIBRARIES}
                       ${LCIO_LIBRARIES}
-    EDM4HEP::edm4hep EDM4HEP::edm4hepDict
-  )
+                      EDM4HEP::edm4hep EDM4HEP::edm4hepDict
+)
 
 install(TARGETS GenAlgo
   EXPORT CEPCSWTargets
diff --git a/Simulation/DetSimDedx/CMakeLists.txt b/Simulation/DetSimDedx/CMakeLists.txt
index d421d947..7760d417 100644
--- a/Simulation/DetSimDedx/CMakeLists.txt
+++ b/Simulation/DetSimDedx/CMakeLists.txt
@@ -5,9 +5,6 @@ find_package(DD4hep COMPONENTS DDG4 REQUIRED)
 find_package(EDM4HEP REQUIRED )
 include_directories(${EDM4HEP_INCLUDE_DIR})
 
-set(DetSimDedx_srcs
-)
-
 gaudi_add_module(DetSimDedx
                  SOURCES src/DummyDedxSimTool.cpp
                          src/BetheBlochEquationDedxSimTool.cpp
-- 
GitLab