Skip to content

Commit

Permalink
fix(conanfile): Modernize to Conan v2
Browse files Browse the repository at this point in the history
 - Use CMakeDeps instead of removed cmake_find_package_multi;
 - Use test_requires instead of removed build_requires.
  • Loading branch information
leha-bot committed Sep 19, 2023
1 parent 377ec9c commit fa50cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[requires]
fmt/8.1.1

[build_requires]
[test_requires]
doctest/2.4.9

[generators]
cmake_find_package_multi
CMakeDeps

0 comments on commit fa50cba

Please sign in to comment.