Fork me on GitHub

Changeset db62c0e in git


Ignore:
Timestamp:
Nov 9, 2016, 5:56:55 PM (8 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
255a666
Parents:
25ac711 (diff), a37e592 (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:
Michele Selvaggi <michele.selvaggi@…> (11/09/16 17:56:55)
git-committer:
GitHub <noreply@…> (11/09/16 17:56:55)
Message:

Merge pull request #33 from jlingema/master

Increase include directory precedence of shipped fastjet headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/CMakeLists.txt

    r25ac711 rdb62c0e  
    1 include_directories(${CMAKE_SOURCE_DIR}/external)
     1include_directories(BEFORE ${CMAKE_SOURCE_DIR}/external)
    22
    33file(GLOB sources *.cc plugins/*/*.cc contribs/*/*.cc tools/*.cc)
Note: See TracChangeset for help on using the changeset viewer.