Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CMakeLists.txt

    r9259bfe rf08ddc6  
    1919add_library(modules OBJECT ${sources} FastJetDict.cxx ModulesDict.cxx)
    2020
    21 # install headers
    22 install(FILES ${headers} DESTINATION include/modules)
     21# install public headers
     22install(FILES Delphes.h
     23        DESTINATION include/modules
     24)
    2325
    2426# install pcms if they are created
    25 if (${ROOT_VERSION} GREATER 6)
     27if (NOT ${ROOT_VERSION} VERSION_LESS "6.0.0")
    2628  install(FILES
    2729      ${PROJECT_BINARY_DIR}/modules/libModulesDict_rdict.pcm
Note: See TracChangeset for help on using the changeset viewer.