Fork me on GitHub

Changeset 0a88f17 in git for CMakeLists.txt


Ignore:
Timestamp:
Feb 5, 2018, 11:57:22 AM (7 years ago)
Author:
William Fawcett <william.fawcett@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
4ed4118
Parents:
3283d6e
git-author:
William Fawcett <william.fawcett@…> (02/02/18 18:47:46)
git-committer:
William Fawcett <william.fawcett@…> (02/05/18 11:57:22)
Message:

bugfix to module finding order, addition of message to state if Pythia8 is found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r3283d6e r0a88f17  
    4141
    4242# WJF: Declare Pythia8 dependancy
     43find_package(Pythia8)
    4344if(PYTHIA8_FOUND)
    44   find_package(Pythia8)
     45  message(STATUS "Pythia8 found")
    4546  include_directories(${PYTHIA8_INCLUDE_DIRS})
    4647  set(LIBS ${LIBS} ${PYTHIA8_LIBRARIES})
Note: See TracChangeset for help on using the changeset viewer.