Sha256: 5876416f46768c647d93ae47972907c80421e3e6af8ce0a708d90cb25dc381c9

Contents?: true

Size: 468 Bytes

Versions: 7

Compression:

Stored size: 468 Bytes

Contents

# Copyright(c) 2019 spdlog authors
# Distributed under the MIT License (http://opensource.org/licenses/MIT)

@PACKAGE_INIT@

find_package(Threads REQUIRED)

set(SPDLOG_FMT_EXTERNAL @SPDLOG_FMT_EXTERNAL@)
set(config_targets_file @config_targets_file@)

if(SPDLOG_FMT_EXTERNAL)
    include(CMakeFindDependencyMacro)
    find_dependency(fmt CONFIG)
endif()


include("${CMAKE_CURRENT_LIST_DIR}/${config_targets_file}")

check_required_components(spdlog)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
couchbase-3.4.5 ext/couchbase/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.4.4 ext/couchbase/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.4.3 ext/couchbase/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.4.2 ext/couchbase/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.4.1 ext/couchbase/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.4.0 ext/couchbase/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.3.0 ext/couchbase/third_party/spdlog/cmake/spdlogConfig.cmake.in