Skip to content

Commit

Permalink
Bumped to spdlog 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAce committed Jan 15, 2024
1 parent 929c7c2 commit ed7aca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def requirements(self):
if self.options.get_safe('with_eigen'):
self.requires("eigen/[>=3.3.7 <=3.4.0]", transitive_headers=True)
if self.options.get_safe('with_spdlog'):
self.requires("spdlog/[>=1.6.0 <=1.12.0]", transitive_headers=True, transitive_libs=True)
self.requires("spdlog/[>=1.6.0 <1.14]", transitive_headers=True, transitive_libs=True)
if self.options.with_zlib:
self.requires("zlib/[>=1.2.11 <2]", transitive_headers=True, transitive_libs=True)
def layout(self):
Expand Down

0 comments on commit ed7aca1

Please sign in to comment.