Changeset b315535 in git
- Timestamp:
- May 18, 2018, 8:59:26 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- fe2cdc9
- Parents:
- 90187bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r90187bd rb315535 32 32 include(${ROOT_USE_FILE}) 33 33 34 35 34 # Declare Pythia8 dependancy 36 35 find_package(Pythia8) 37 36 if(PYTHIA8_FOUND) 38 message(STATUS "Pythia8 found")39 37 include_directories(${PYTHIA8_INCLUDE_DIRS}) 40 set(LIBS ${LIBS} ${PYTHIA8_LIBRARIES})41 38 endif(PYTHIA8_FOUND) 42 43 39 44 40 if(NOT DEFINED CMAKE_INSTALL_LIBDIR) … … 92 88 target_link_Libraries(DelphesDisplay ${ROOT_LIBRARIES} ${ROOT_COMPONENT_LIBRARIES}) 93 89 if(PYTHIA8_FOUND) 94 target_link_libraries(Delphes ${ LIBS}) # needed for DelphesPythia890 target_link_libraries(Delphes ${PYTHIA8_LIBRARIES} ${CMAKE_DL_LIBS}) 95 91 endif(PYTHIA8_FOUND) 96 92
Note:
See TracChangeset
for help on using the changeset viewer.