Skip to content
Snippets Groups Projects
Commit 5245c7b1 authored by glatyshe's avatar glatyshe
Browse files

Remove debug messages from FindPhotospp.cmake

git-svn-id: svn+ssh://svn.cern.ch/reps/lcgsoft/trunk/lcgcmake@7449 4525493e-7705-40b1-a816-d608a930855b
parent 7e53a162
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,7 @@ list (APPEND t "Fortran CxxInterface")
list(APPEND t "pp ppHepMC ppHEPEVT")
foreach (PHOTOSPP_FIND_COMPONENTS ${t})
STRING(REPLACE " " ";" PHOTOSPP_FIND_COMPONENTS "${PHOTOSPP_FIND_COMPONENTS}")
message ("a = ${PHOTOSPP_FIND_COMPONENTS}")
foreach(component ${PHOTOSPP_FIND_COMPONENTS})
message ("comp = ${component}")
find_library(PHOTOSPP_${component}_LIBRARY NAMES Photos${component}
HINTS ${PHOTOSPP_ROOT_DIR}/lib
$ENV{PHOTOSPP_ROOT_DIR}/lib
......
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