Skip to content

Commit 59649a8

Browse files
geglesjcar87
andauthored
gegles-spdlog_setup: relax fmt version constraint to allow 12.x (#28751)
* gegles-spdlog_setup: relax fmt version constraint to allow 12.x Resolves dependency conflict with spdlog/1.16.0 which requires fmt/12.0.0. The library is compatible with fmt 12.x as a header-only wrapper around spdlog. Fixes #28736 * Update recipes/gegles-spdlog_setup/all/conanfile.py Co-authored-by: Luis Caro Campos <[email protected]> --------- Co-authored-by: Luis Caro Campos <[email protected]>
1 parent 2237f50 commit 59649a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/gegles-spdlog_setup/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def layout(self):
4040
def requirements(self):
4141
self.requires("cpptoml/0.1.1")
4242
self.requires("spdlog/[>=1.15 <2]")
43-
self.requires("fmt/[>=10 <12]")
43+
self.requires("fmt/[*]")
4444

4545
def package_id(self):
4646
self.info.clear()

0 commit comments

Comments
 (0)