Fork me on GitHub

Changes in CMakeLists.txt [3874a9c:5528bfe] in git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r3874a9c r5528bfe  
    3636if(PYTHIA8_FOUND)
    3737  include_directories(${PYTHIA8_INCLUDE_DIRS})
    38 endif()
     38endif(PYTHIA8_FOUND)
    3939
    4040if(NOT DEFINED CMAKE_INSTALL_LIBDIR)
     
    4949  endif()
    5050endfunction()
     51
     52
    5153
    5254# Declare position of all other externals needed
     
    8587target_link_Libraries(Delphes ${ROOT_LIBRARIES} ${ROOT_COMPONENT_LIBRARIES})
    8688target_link_Libraries(DelphesDisplay ${ROOT_LIBRARIES} ${ROOT_COMPONENT_LIBRARIES})
    87 
    8889if(PYTHIA8_FOUND)
    8990  target_link_libraries(Delphes ${PYTHIA8_LIBRARIES} ${CMAKE_DL_LIBS})
    90 endif()
     91endif(PYTHIA8_FOUND)
     92
    9193
    9294install(TARGETS Delphes DelphesDisplay DESTINATION lib)
Note: See TracChangeset for help on using the changeset viewer.