Sha256: 3d5939824735f0b0c5db90e143558e99e507a167445c306993c5a3aa80deda25
Contents?: true
Size: 485 Bytes
Versions: 5
Compression:
Stored size: 485 Bytes
Contents
FIND_LIBRARY(LIBPROFILER NAMES profiler HINTS ENV LIBPROFILER_DIR PATHS ${DEPS_LIB_DIR} ~/Library/Frameworks /Library/Frameworks /opt/local /opt) IF(LIBPROFILER) MESSAGE(STATUS "Found libprofiler: ${LIBPROFILER}") ELSE() MESSAGE(FATAL_ERROR "Unable to find gperftools libprofiler, Try disabling LCB_USE_PROFILER option of CMake.") ENDIF()
Version data entries
5 entries across 5 versions & 2 rubygems