diff --git a/3rdParty/libfmt/CMakeLists.txt b/3rdParty/libfmt/CMakeLists.txt index 69b3b1cbb41b..46bcc8e7079a 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/refs/tags/11.0.1.tar.gz + URL_HASH MD5=8d54d53010df6873879f2c15a98dcf54 ) 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()