Skip to content

Commit

Permalink
Update libfmt from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Apr 5, 2022
1 parent 8ada064 commit d291159
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Linux_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: actions/cache@v2
with:
path: build
key: linux-x86-cmake-v3-${{ github.sha }}
restore-keys: linux-x86-cmake-v3-
key: linux-x86-cmake-v4-${{ github.sha }}
restore-keys: linux-x86-cmake-v4-

- name: Configure CMake
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Linux_x86_64_SDL1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
uses: actions/cache@v2
with:
path: build
key: linux-x86_64-sdl1-cmake-v2-${{ github.sha }}
restore-keys: linux-x86_64-sdl1-cmake-v2-
key: linux-x86_64-sdl1-cmake-v3-${{ github.sha }}
restore-keys: linux-x86_64-sdl1-cmake-v3-

- name: Configure CMake
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions 3rdParty/libfmt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else()
endif()
include(FetchContent)
FetchContent_Declare(libfmt
URL https://github.com/fmtlib/fmt/archive/dbbd711f4635838290a10b1b3d8d378937a8741b.zip
URL_HASH MD5=0d7ec2a3a3a7c401d0b230dff194c119
URL https://github.com/fmtlib/fmt/archive/22d31b31f0e9b4e4654ba67ee881f3564c2cc297.tar.gz
URL_HASH MD5=d4e8744846cb9e94a80aca932ed2d5c0
)
FetchContent_MakeAvailableExcludeFromAll(libfmt)

0 comments on commit d291159

Please sign in to comment.