In a catkin project the catkin_make fails. The CMakeLists includes
find_package(Gperftools REQUIRED)
I have installed google-perftools:
google-perftools is already the newest version (2.4-0ubuntu5)
The CMake Error says it cannot find gperftools, or at least the path variables:
CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find Gperftools (missing: GPERFTOOLS_LIBRARIES
GPERFTOOLS_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
tuw_mpn/FindGperftools.cmake:39 (find_package_handle_standard_args)
tuw_mpn/CMakeLists.txt:40 (find_package)
After a few hours of searching I haven't found a description of the setup. Could someone please explain how I can solve this error?
Thanks in advance and I hope I have provided enough information for this problem.
Cheers, Michael