From 123a9fa89b28e53474668a8e40b2f1ff34128411 Mon Sep 17 00:00:00 2001 From: Bertrand Bellenot Date: Mon, 22 Jun 2026 17:36:08 +0200 Subject: [PATCH] [win][skip-ci] Add the 'd' postfix in debug mode on Windows --- builtins/ftgl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtins/ftgl/CMakeLists.txt b/builtins/ftgl/CMakeLists.txt index c49f77b126f41..215b8549db739 100644 --- a/builtins/ftgl/CMakeLists.txt +++ b/builtins/ftgl/CMakeLists.txt @@ -8,7 +8,7 @@ # 7 Feb 2019, https://github.com/frankheckenbach/ftgl/releases/tag/v2.4.0 set(ROOT_FTGL_VERSION 2.4.0) set(ROOT_FTGL_HASH "aa97da1c3442a8fd3941037655df18016d70b5266381c81d81e8b5335f196ea8") -if (CMAKE_BUILD_TYPE MATCHES Debug) +if (CMAKE_BUILD_TYPE MATCHES Debug OR (MSVC AND winrtdebug)) set(ROOT_FTGL_POSTFIX d) endif() # Cherry-pick https://github.com/frankheckenbach/ftgl/commit/835f2ba7911a6c15a1a314d5e3267fa089b5a319 :