Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CMakeLists.txt

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