From 2f90da6b93dadb52e1305502461c0f8dab300066 Mon Sep 17 00:00:00 2001 From: Ghabry Date: Fri, 11 Oct 2024 19:40:57 +0200 Subject: [PATCH] Windows: Downgrade fmtlib to the previous version Fix #183 --- windows/helper/prepare.cmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/helper/prepare.cmd b/windows/helper/prepare.cmd index 907d2cbd..9f7d0ef0 100644 --- a/windows/helper/prepare.cmd +++ b/windows/helper/prepare.cmd @@ -11,6 +11,10 @@ IF EXIST vcpkg ( :: Build vcpkg call bootstrap-vcpkg.bat +:: Revert fmtlib to the previous version because fmt::styled does not compile +:: Remove this when the next fmtlib version is released +git restore -s 50ca16008cebab427e90a98f8ffc34208b215dba ports/fmt + :: Optimize the debug libraries copy ..\helper\windows.cmake scripts\toolchains\windows.cmake