Fork me on GitHub

Changeset 3283d6e in git for readers


Ignore:
Timestamp:
Feb 5, 2018, 11:57:09 AM (6 years ago)
Author:
William Fawcett <william.fawcett@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
0a88f17
Parents:
8b8a46c
Message:

minor modification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/CMakeLists.txt

    r8b8a46c r3283d6e  
    99list(REMOVE_ITEM executables DelphesCMSFWLite.cpp)
    1010list(REMOVE_ITEM executables DelphesProMC.cpp)
    11 #list(REMOVE_ITEM executables DelphesPythia8.cpp)
     11if(NOT PYTHIA8_FOUND)
     12  list(REMOVE_ITEM executables DelphesPythia8.cpp)
     13endif()
    1214
    1315# build all executables and put them into bin/
Note: See TracChangeset for help on using the changeset viewer.