Changeset 3874a9c in git
- Timestamp:
- May 25, 2018, 3:10:12 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 3d19203
- Parents:
- 2e923bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r2e923bd r3874a9c 36 36 if(PYTHIA8_FOUND) 37 37 include_directories(${PYTHIA8_INCLUDE_DIRS}) 38 endif( PYTHIA8_FOUND)38 endif() 39 39 40 40 if(NOT DEFINED CMAKE_INSTALL_LIBDIR) … … 49 49 endif() 50 50 endfunction() 51 52 53 51 54 52 # Declare position of all other externals needed … … 87 85 target_link_Libraries(Delphes ${ROOT_LIBRARIES} ${ROOT_COMPONENT_LIBRARIES}) 88 86 target_link_Libraries(DelphesDisplay ${ROOT_LIBRARIES} ${ROOT_COMPONENT_LIBRARIES}) 87 89 88 if(PYTHIA8_FOUND) 90 89 target_link_libraries(Delphes ${PYTHIA8_LIBRARIES} ${CMAKE_DL_LIBS}) 91 endif(PYTHIA8_FOUND) 92 90 endif() 93 91 94 92 install(TARGETS Delphes DelphesDisplay DESTINATION lib)
Note:
See TracChangeset
for help on using the changeset viewer.