- Timestamp:
- Aug 9, 2018, 10:09:32 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- cdbca0d
- Parents:
- ef97f2a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/CMakeLists.txt
ref97f2a rc473838 6 6 file(GLOB executables RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.cpp) 7 7 8 # TODO: implement switch to enable CMSSW and ProMCif present8 # TODO: implement switch to enable CMSSW, ProMC and ProIO if present 9 9 list(REMOVE_ITEM executables DelphesCMSFWLite.cpp) 10 10 list(REMOVE_ITEM executables DelphesProMC.cpp) 11 list(REMOVE_ITEM executables DelphesProIO.cpp) 11 12 if(NOT PYTHIA8_FOUND) 12 13 list(REMOVE_ITEM executables DelphesPythia8.cpp)
Note:
See TracChangeset
for help on using the changeset viewer.