Skip to content
Snippets Groups Projects
Commit dca0de07 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

WIP: clean the unused code in CMakeLists.txt

parent 7b1cdcb9
No related branches found
No related tags found
No related merge requests found
...@@ -11,22 +11,6 @@ find_package(HepMC) ...@@ -11,22 +11,6 @@ find_package(HepMC)
find_package(CLHEP REQUIRED;CONFIG) find_package(CLHEP REQUIRED;CONFIG)
find_package(k4FWCore REQUIRED) 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 gaudi_add_module(GenAlgo
SOURCES src/IGenTool.cpp SOURCES src/IGenTool.cpp
src/GenAlgo.cpp src/GenAlgo.cpp
...@@ -47,8 +31,8 @@ gaudi_add_module(GenAlgo ...@@ -47,8 +31,8 @@ gaudi_add_module(GenAlgo
${HEPMC_LIBRARIES} ${HEPMC_LIBRARIES}
${CLHEP_LIBRARIES} ${CLHEP_LIBRARIES}
${LCIO_LIBRARIES} ${LCIO_LIBRARIES}
EDM4HEP::edm4hep EDM4HEP::edm4hepDict EDM4HEP::edm4hep EDM4HEP::edm4hepDict
) )
install(TARGETS GenAlgo install(TARGETS GenAlgo
EXPORT CEPCSWTargets EXPORT CEPCSWTargets
......
...@@ -5,9 +5,6 @@ find_package(DD4hep COMPONENTS DDG4 REQUIRED) ...@@ -5,9 +5,6 @@ find_package(DD4hep COMPONENTS DDG4 REQUIRED)
find_package(EDM4HEP REQUIRED ) find_package(EDM4HEP REQUIRED )
include_directories(${EDM4HEP_INCLUDE_DIR}) include_directories(${EDM4HEP_INCLUDE_DIR})
set(DetSimDedx_srcs
)
gaudi_add_module(DetSimDedx gaudi_add_module(DetSimDedx
SOURCES src/DummyDedxSimTool.cpp SOURCES src/DummyDedxSimTool.cpp
src/BetheBlochEquationDedxSimTool.cpp src/BetheBlochEquationDedxSimTool.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment