Sha256: 3cabb1c3b9e23191285102264aced085a24e419fcc782721d9f3295d934eec2a

Contents?: true

Size: 415 Bytes

Versions: 34

Compression:

Stored size: 415 Bytes

Contents

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

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}")

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
couchbase-3.2.0-universal-darwin-20 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.2.0 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.1.1 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.1.1-universal-darwin-20 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.1.0 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.0.3 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.0.3-universal-darwin-20 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.0.2 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.0.1-universal-darwin-19 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.0.1 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.0.0-universal-darwin-19 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.0.0 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.0.0.beta.1-universal-darwin-19 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.0.0.beta.1 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.0.0.alpha.5-x86_64-linux ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.0.0.alpha.5-universal-darwin-19 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.0.0.alpha.5-x86_64-darwin-19 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.0.0.alpha.5 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.0.0.alpha.4-x86_64-linux ext/third_party/spdlog/cmake/spdlogConfig.cmake.in
couchbase-3.0.0.alpha.4-x86_64-darwin-19 ext/third_party/spdlog/cmake/spdlogConfig.cmake.in