From 486f970b2a4232d62bf37c7e767fcd6bfdd3edf6 Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Mon, 20 Mar 2023 17:31:27 +0300 Subject: [PATCH] fix spdlog 1.9.2 --- CMakeLists.txt | 2 +- libtgvoip/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a74756..8577efb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ add_subdirectory(libtgvoip) find_package(PkgConfig REQUIRED) find_package(Threads REQUIRED) find_package(Td 1.8.0 REQUIRED) -find_package(spdlog 1.11.0 REQUIRED) +find_package(spdlog 1.9.2 REQUIRED) pkg_check_modules(PJSIP libpjproject>=2.8 REQUIRED) pkg_check_modules(OPUS opus REQUIRED) diff --git a/libtgvoip/CMakeLists.txt b/libtgvoip/CMakeLists.txt index 1a98b60..903b7d0 100644 --- a/libtgvoip/CMakeLists.txt +++ b/libtgvoip/CMakeLists.txt @@ -4,7 +4,7 @@ find_package(PkgConfig REQUIRED) pkg_check_modules(OPUS opus REQUIRED) pkg_check_modules(OPENSSL openssl REQUIRED) pkg_check_modules(PJSIP libpjproject>=2.8 REQUIRED) -find_package(spdlog 1.11.0) +find_package(spdlog 1.9.2) add_library(libtgvoip STATIC BlockingQueue.cpp