I am getting this error message:
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
Try setting GooglePerfTools_ROOT_DIR to root of your gperftools
installation (missing: GooglePerfTools_LIBRARIES
GooglePerfTools_INCLUDE_DIR)
I am running an older Ubuntu (with download_and_install.sh) and the PerfTools are not installed. The version of the PerfTools in the repositories is not correct and refuses to install.
Do I have to install the PerfTools by hand somehow or is there an option to compile without the PerfTools?
Thanks.
m