From 2717c4631bc33e6d82e5e5d0ac79065b11aeb235 Mon Sep 17 00:00:00 2001 From: przsus <101723670+przsus@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:23:25 +0200 Subject: [PATCH] add fmt, spodlog, gtest and boost requirements to conanfile (#15) --- CMakeLists.txt | 2 +- conanfile.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bf3789c9..8e59bd73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,7 @@ if(Boost_FOUND) endif() if(NOT TARGET fmt) - find_package(fmt 8.0.1 REQUIRED) + find_package(fmt REQUIRED) endif(NOT TARGET fmt) find_package(Protobuf REQUIRED) diff --git a/conanfile.txt b/conanfile.txt index b87a7d88..ac15d13f 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -1,6 +1,10 @@ [requires] protobuf/3.21.9 protobuf-c/1.4.1 +fmt/10.1.1 +spdlog/1.12.0 +gtest/1.14.0 +boost/1.83.0 [generators] CMakeDeps CMakeToolchain