Changes in CMakeLists.txt [3874a9c:5528bfe] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r3874a9c r5528bfe 36 36 if(PYTHIA8_FOUND) 37 37 include_directories(${PYTHIA8_INCLUDE_DIRS}) 38 endif( )38 endif(PYTHIA8_FOUND) 39 39 40 40 if(NOT DEFINED CMAKE_INSTALL_LIBDIR) … … 49 49 endif() 50 50 endfunction() 51 52 51 53 52 54 # Declare position of all other externals needed … … 85 87 target_link_Libraries(Delphes ${ROOT_LIBRARIES} ${ROOT_COMPONENT_LIBRARIES}) 86 88 target_link_Libraries(DelphesDisplay ${ROOT_LIBRARIES} ${ROOT_COMPONENT_LIBRARIES}) 87 88 89 if(PYTHIA8_FOUND) 89 90 target_link_libraries(Delphes ${PYTHIA8_LIBRARIES} ${CMAKE_DL_LIBS}) 90 endif() 91 endif(PYTHIA8_FOUND) 92 91 93 92 94 install(TARGETS Delphes DelphesDisplay DESTINATION lib)
Note:
See TracChangeset
for help on using the changeset viewer.