Skip to content

Commit

Permalink
Update libfmt to 11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Crayon2000 committed Aug 6, 2024
1 parent deaec86 commit 2bf7fd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/post-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
apt-get purge cmake -y

# Install required cmake version
curl --location https://github.com/Kitware/CMake/releases/download/v3.30.0/cmake-3.30.0-linux-x86_64.sh --output /tmp/cmake.sh
curl --location https://github.com/Kitware/CMake/releases/download/v3.30.2/cmake-3.30.2-linux-x86_64.sh --output /tmp/cmake.sh
sh /tmp/cmake.sh --skip-license --prefix=/usr
rm -rf /tmp/cmake.sh

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
- Add support for Wii Remote 3 and 4 on HOME Menu
- Use cmake
- Library update
- fmt 11.0.1
- fmt 11.0.2
- GRRMOD (9a6e7d85329b813d633f4b10de31c704167c0054)
- GRRLIB (d93847e6a3e350bd1157d61cc1315d8bbff76968)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pkg_check_modules(MXML REQUIRED mxml)

include(FetchContent)
FetchContent_Declare(fmt
URL https://github.com/fmtlib/fmt/archive/refs/tags/11.0.1.tar.gz
URL https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz
)
FetchContent_Declare(grrlib
GIT_REPOSITORY https://github.com/GRRLIB/GRRLIB.git
Expand Down

0 comments on commit 2bf7fd9

Please sign in to comment.