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

Version Path
mt-libcouchbase-1.4.03 ext/libcouchbase/cmake/Modules/FindProfiler.cmake
mt-libcouchbase-1.4.02 ext/libcouchbase/cmake/Modules/FindProfiler.cmake
mt-libcouchbase-1.4.01 ext/libcouchbase/cmake/Modules/FindProfiler.cmake
mt-libcouchbase-1.4.0 ext/libcouchbase/cmake/Modules/FindProfiler.cmake
libcouchbase-1.3.2 ext/libcouchbase/cmake/Modules/FindProfiler.cmake