Skip to content
Snippets Groups Projects
Commit 8583adca authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Updated CMake configuration.

From: Marco Clemencic <marco.clemencic@cern.ch>


git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@7526 53ecefc3-a64d-0410-9bdf-b8581fa3287e
parent ef0e878d
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,8 @@ gaudi_add_module(PartPropSvc src/*.cpp
#---Installation------------------------------------------------------------
gaudi_install_joboptions(share/PartPropSvc.py)
install(FILES share/PDGTABLE share/PDGTABLE.MeV DESTINATION share)
file(GLOB PDG_files share/PDGTABLE*)
install(FILES ${PDG_files} DESTINATION share)
#---Environment-------------------------------------------------------------
# The order is important to have the right precedence when running from build.
......
......@@ -2,6 +2,9 @@ Package : ParticleProp
Package manager : Charles Leggett
Commit Id: $Format:%H$
! 2014-09-18 - Marco Clemencic
- Updated CMake configuration.
============================== PartPropSvc v6r0 ==============================
! 2014-09-16 - Charles Leggett
- updated PDGTABLE.MeV to 2011 numbers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment