- Timestamp:
- May 18, 2018, 8:33:39 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- b315535
- Parents:
- 73bc3ca (diff), 4ed4118 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Pavel Demin <pavel-demin@…> (05/18/18 20:33:39)
- git-committer:
- GitHub <noreply@…> (05/18/18 20:33:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/CMakeLists.txt
r73bc3ca r90187bd 9 9 list(REMOVE_ITEM executables DelphesCMSFWLite.cpp) 10 10 list(REMOVE_ITEM executables DelphesProMC.cpp) 11 list(REMOVE_ITEM executables DelphesPythia8.cpp) 11 if(NOT PYTHIA8_FOUND) 12 list(REMOVE_ITEM executables DelphesPythia8.cpp) 13 endif() 12 14 13 15 # build all executables and put them into bin/
Note:
See TracChangeset
for help on using the changeset viewer.