Fork me on GitHub

Changeset f0fd18a in git for external/ExRootAnalysis


Ignore:
Timestamp:
Mar 7, 2017, 6:48:42 PM (7 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
81bedba
Parents:
0ac1afd (diff), 82cf9c4 (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 18:48:42)
git-committer:
GitHub <noreply@…> (03/07/17 18:48:42)
Message:

Merge pull request #41 from jlingema/master

Fix remaining ROOT version check.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/ExRootAnalysis/CMakeLists.txt

    r0ac1afd rf0fd18a  
    1616
    1717# install pcms if they are created
    18 if (${ROOT_VERSION} GREATER 6)
     18if (NOT ${ROOT_VERSION} VERSION_LESS "6.0.0")
    1919  install(FILES
    2020      ${PROJECT_BINARY_DIR}/external/ExRootAnalysis/libExRootAnalysisDict_rdict.pcm
Note: See TracChangeset for help on using the changeset viewer.