|
|
@ -7,10 +7,12 @@ include(CMakeFindDependencyMacro)
|
|
|
|
|
|
|
|
|
|
|
|
find_package(Threads REQUIRED)
|
|
|
|
find_package(Threads REQUIRED)
|
|
|
|
|
|
|
|
|
|
|
|
set(SPDLOG_FMT_EXTERNAL @SPDLOG_FMT_EXTERNAL@)
|
|
|
|
set(SPDLOG_USE_STD_FORMAT @SPDLOG_USE_STD_FORMAT@)
|
|
|
|
set(config_targets_file @config_targets_file@)
|
|
|
|
if(NOT SPDLOG_USE_STD_FORMAT)
|
|
|
|
find_dependency(fmt CONFIG)
|
|
|
|
find_dependency(fmt CONFIG)
|
|
|
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set(config_targets_file @config_targets_file@)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/${config_targets_file}")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/${config_targets_file}")
|
|
|
|
|
|
|
|
|
|
|
|
check_required_components(spdlog)
|
|
|
|
check_required_components(spdlog)
|
|
|
|