Skip to content

Commit

Permalink
add fmt, spodlog, gtest and boost requirements to conanfile (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
przsus authored Oct 2, 2023
1 parent 4d9c29f commit 2717c46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions conanfile.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2717c46

Please sign in to comment.