Fork me on GitHub

Changeset b30245b in git for CMakeLists.txt


Ignore:
Timestamp:
May 31, 2021, 2:10:23 PM (3 years ago)
Author:
Andrii Verbytskyi <averbyts@…>
Parents:
224c929
Message:

Added root support to HepMC3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r224c929 rb30245b  
    2929
    3030# Declare ROOT dependency
    31 find_package(ROOT COMPONENTS EG Eve Geom Gui GuiHtml GenVector Hist Physics Matrix Graf RIO Tree Gpad RGL MathCore)
     31find_package(ROOT COMPONENTS Core EG Eve Geom Gui GuiHtml GenVector Hist Physics Matrix Graf RIO Tree Gpad RGL MathCore)
    3232include(${ROOT_USE_FILE})
    3333
     
    9595endif()
    9696
    97 install(TARGETS Delphes DelphesDisplay DESTINATION lib)
     97install(TARGETS Delphes DelphesDisplay DESTINATION ${CMAKE_INSTALL_LIBDIR})
Note: See TracChangeset for help on using the changeset viewer.