Fork me on GitHub

Changes in / [0ac1afd:8a4fba8] in git


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • classes/CMakeLists.txt

    r0ac1afd r8a4fba8  
    2323
    2424# install pcms if they are created
    25 if (NOT ${ROOT_VERSION} VERSION_LESS "6.0.0")
     25if (${ROOT_VERSION} GREATER 6)
    2626  install(FILES
    2727      ${PROJECT_BINARY_DIR}/classes/libClassesDict_rdict.pcm
  • display/CMakeLists.txt

    r0ac1afd r8a4fba8  
    1717
    1818# install pcms if they are created
    19 if (NOT ${ROOT_VERSION} VERSION_LESS "6.0.0")
     19if (${ROOT_VERSION} GREATER 6)
    2020  install(FILES
    2121      ${PROJECT_BINARY_DIR}/display/libDisplayDict_rdict.pcm
  • modules/CMakeLists.txt

    r0ac1afd r8a4fba8  
    2323
    2424# install pcms if they are created
    25 if (NOT ${ROOT_VERSION} VERSION_LESS "6.0.0")
     25if (${ROOT_VERSION} GREATER 6)
    2626  install(FILES
    2727      ${PROJECT_BINARY_DIR}/modules/libModulesDict_rdict.pcm
Note: See TracChangeset for help on using the changeset viewer.