Fork me on GitHub

Changeset 0a9be59 in git for modules


Ignore:
Timestamp:
Jan 15, 2019, 10:58:24 AM (6 years ago)
Author:
kreczko <lkreczko@…>
Branches:
ImprovedOutputFile, Timing, llp, master
Children:
d63d737
Parents:
d20cefb
Message:

added missing Pythia ROOT dictionary to install location

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CMakeLists.txt

    rd20cefb r0a9be59  
    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.