Fork me on GitHub

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


Ignore:
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • classes/CMakeLists.txt

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

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

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