Skip to content

Findpprof.cmake Improvement, master branch (2020.12.19.)

Made Findpprof.cmake able to find the pprof executable in the gperftools package as well. To make the module functional with LCG releases that provide the executable as part of that package...

This is to address/fix ATLINFR-3904.

Note though that the RPM handling is not perfect in this setup. In case we use an LCG release that provides both the gperftools and pprof packages, the module sets up an RPM dependency for both. Which is not perfect, but in the end we likely want to use gperftools as well in any project in which we want to use pprof.

Merge request reports