From afd01a0ddab4966d58e442e28d4f945186705aef Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sun, 21 May 2023 08:46:15 +0100 Subject: [PATCH] nxdk: Bump libfmt to our port of fmt-10.0.0 --- 3rdParty/libfmt/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/3rdParty/libfmt/CMakeLists.txt b/3rdParty/libfmt/CMakeLists.txt index f550b736a..df2295fb7 100644 --- a/3rdParty/libfmt/CMakeLists.txt +++ b/3rdParty/libfmt/CMakeLists.txt @@ -12,10 +12,10 @@ else() endif() include(FetchContent) if(NXDK) - # branch: nxdk-v9.1.0 + # branch: nxdk-v10.0.0 FetchContent_Declare(libfmt - URL https://github.com/diasurgical/fmt/archive/f69d48bf4049bbdfa74afca02fac3c81bb609dc8.tar.gz - URL_HASH MD5=310c79c7a5cda3ad8f4e0d44d9fc1c57 + URL https://github.com/diasurgical/fmt/archive/e421e854efcb21ee641349bab604d91b34af26b8.tar.gz + URL_HASH MD5=ebaac86fca56d4ef4a162ef125433f6f ) else() FetchContent_Declare(libfmt