Fork me on GitHub

Changeset 90187bd in git for readers


Ignore:
Timestamp:
May 18, 2018, 8:33:39 PM (6 years ago)
Author:
GitHub <noreply@…>
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)
Message:

Merge pull request #47 from will-fawcett/cmake-pythia8

Add pythia8 dependancy to CMake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/CMakeLists.txt

    r73bc3ca r90187bd  
    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.