Changeset 03381ed in git
- Timestamp:
- Jan 22, 2019, 4:24:00 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, llp, master
- Children:
- 3b3d0ad
- Parents:
- d63d737
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/CMakeLists.txt
rd63d737 r03381ed 28 28 if (NOT ${ROOT_VERSION} VERSION_LESS "6.0.0") 29 29 install(FILES 30 31 32 30 ${PROJECT_BINARY_DIR}/modules/libModulesDict_rdict.pcm 31 ${PROJECT_BINARY_DIR}/modules/libFastJetDict_rdict.pcm 32 DESTINATION lib) 33 33 if(PYTHIA8_FOUND) 34 34 install(FILES 35 35 ${PROJECT_BINARY_DIR}/modules/libPythia8Dict_rdict.pcm 36 DESTINATION lib)36 DESTINATION lib) 37 37 endif() 38 38 endif()
Note:
See TracChangeset
for help on using the changeset viewer.