From f063c0bff7a501e5dea72e9978eedace981d67c3 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Sat, 6 Jul 2024 11:50:11 +0100 Subject: [PATCH] Bump libfmt --- 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 69b3b1cbb41b..5b4a08e1bcff 100644 --- a/3rdParty/libfmt/CMakeLists.txt +++ b/3rdParty/libfmt/CMakeLists.txt @@ -16,11 +16,11 @@ else() endif() include(FetchContent) FetchContent_Declare(libfmt - URL https://github.com/fmtlib/fmt/archive/44f3d8a77cd7e05e9da92d68635abdb4da626e9e.tar.gz - URL_HASH MD5=b6eb4573962586cfbfb6e5e2986d292b + URL https://github.com/fmtlib/fmt/archive/486838f26fd1192de9bc1bd9caa09896470118a2.tar.gz + URL_HASH MD5=9491b0393d33faf63fd81db6bfcd8f38 ) FetchContent_MakeAvailableExcludeFromAll(libfmt) if(DEVILUTIONX_WINDOWS_NO_WCHAR) - target_compile_definitions(fmt PUBLIC FMT_WINDOWS_NO_WCHAR) + target_compile_definitions(fmt PUBLIC FMT_USE_WRITE_CONSOLE) endif()