Fork me on GitHub

Changeset d63d737 in git


Ignore:
Timestamp:
Jan 22, 2019, 4:22:51 PM (6 years ago)
Author:
GitHub <noreply@…>
Branches:
ImprovedOutputFile, Timing, llp, master
Children:
03381ed
Parents:
771843a (diff), 0a9be59 (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@…> (01/22/19 16:22:51)
git-committer:
GitHub <noreply@…> (01/22/19 16:22:51)
Message:

Merge pull request #67 from kreczko/kreczko-missing-pythia-dict

Added missing Pythia ROOT dictionary to install location

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CMakeLists.txt

    r771843a rd63d737  
    3131      ${PROJECT_BINARY_DIR}/modules/libFastJetDict_rdict.pcm
    3232      DESTINATION lib)
     33  if(PYTHIA8_FOUND)
     34    install(FILES
     35      ${PROJECT_BINARY_DIR}/modules/libPythia8Dict_rdict.pcm
     36    DESTINATION lib)
     37  endif()
    3338endif()
Note: See TracChangeset for help on using the changeset viewer.