Skip to content

Commit

Permalink
spdlog: cherry-pick fix for compat with fmt 11.1
Browse files Browse the repository at this point in the history
Fixes a ftbfs with libmamba.

Signed-off-by: dann frazier <[email protected]>
  • Loading branch information
dannf committed Jan 5, 2025
1 parent 441195c commit 9f4cf6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spdlog.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: spdlog
version: 1.15.0
epoch: 0
epoch: 1
description: Fast C++ logging library.
copyright:
- license: MIT
Expand All @@ -22,6 +22,8 @@ pipeline:
expected-commit: 8e5613379f5140fefb0b60412fbf1f5406e7c7f8
repository: https://github.com/gabime/spdlog
tag: v${{package.version}}
cherry-picks: |
v1.x/276ee5f5c0eb13626bd367b006ace5eae9526d8a: fix: update to_string_view function for fmt 11.1 (#3301)
- uses: cmake/configure
with:
Expand Down

0 comments on commit 9f4cf6c

Please sign in to comment.