Fork me on GitHub

Changeset 3874a9c in git


Ignore:
Timestamp:
May 25, 2018, 3:10:12 PM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
3d19203
Parents:
2e923bd
Message:

improve formatting in CMakeLists.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r2e923bd r3874a9c  
    3636if(PYTHIA8_FOUND)
    3737  include_directories(${PYTHIA8_INCLUDE_DIRS})
    38 endif(PYTHIA8_FOUND)
     38endif()
    3939
    4040if(NOT DEFINED CMAKE_INSTALL_LIBDIR)
     
    4949  endif()
    5050endfunction()
    51 
    52 
    5351
    5452# Declare position of all other externals needed
     
    8785target_link_Libraries(Delphes ${ROOT_LIBRARIES} ${ROOT_COMPONENT_LIBRARIES})
    8886target_link_Libraries(DelphesDisplay ${ROOT_LIBRARIES} ${ROOT_COMPONENT_LIBRARIES})
     87
    8988if(PYTHIA8_FOUND)
    9089  target_link_libraries(Delphes ${PYTHIA8_LIBRARIES} ${CMAKE_DL_LIBS})
    91 endif(PYTHIA8_FOUND)
    92 
     90endif()
    9391
    9492install(TARGETS Delphes DelphesDisplay DESTINATION lib)
Note: See TracChangeset for help on using the changeset viewer.