Blame view

3rdparty/spdlog-1.9.2/cmake/spdlogConfig.cmake.in 468 Bytes
3d2ab595   Hu Chunming   支持gb28181
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  # 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)