Skip to content

Commit c6eb7fd

Browse files
committed
[win][skip-ci] Add the 'd' postfix in debug mode on Windows
1 parent 33cc89c commit c6eb7fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builtins/ftgl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# 7 Feb 2019, https://github.com/frankheckenbach/ftgl/releases/tag/v2.4.0
99
set(ROOT_FTGL_VERSION 2.4.0)
1010
set(ROOT_FTGL_HASH "aa97da1c3442a8fd3941037655df18016d70b5266381c81d81e8b5335f196ea8")
11-
if (CMAKE_BUILD_TYPE MATCHES Debug)
11+
if (CMAKE_BUILD_TYPE MATCHES Debug OR (MSVC AND winrtdebug))
1212
set(ROOT_FTGL_POSTFIX d)
1313
endif()
1414
# Cherry-pick https://github.com/frankheckenbach/ftgl/commit/835f2ba7911a6c15a1a314d5e3267fa089b5a319 :

0 commit comments

Comments
 (0)