Fork me on GitHub

Changeset 0ac1afd in git for classes


Ignore:
Timestamp:
Mar 7, 2017, 5:12:43 PM (7 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
f0fd18a
Parents:
8a4fba8 (diff), f08ddc6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Pavel Demin <pavel-demin@…> (03/07/17 17:12:43)
git-committer:
GitHub <noreply@…> (03/07/17 17:12:43)
Message:

Merge pull request #39 from jlingema/master

Correctly check ROOT version

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.