Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/python-bindings
Browse files Browse the repository at this point in the history
# Conflicts:
#	conanfile.py
  • Loading branch information
valgur committed Jan 10, 2025
2 parents 90be529 + 40219c3 commit 91fcb1e
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 @@ -48,7 +48,7 @@ def requirements(self):
self.requires("nlohmann_json/[>=3.11 <3.12]", transitive_headers=True)
self.requires("spdlog/[>=1.13 <2]", transitive_headers=True, transitive_libs=True, force=True)
self.requires("gegles-spdlog_setup/[>=1.1 <2]", transitive_headers=True)
# fmt/11.1.1 is currently not compatible with spdlog/1.15 https://github.com/gabime/spdlog/issues/3302
# fmt/11.1.1 is currently not compatible with spdlog https://github.com/gabime/spdlog/issues/3302
self.requires("fmt/11.0.2", force=True)

def build_requirements(self):
Expand Down

0 comments on commit 91fcb1e

Please sign in to comment.