We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33cc89c commit c6eb7fdCopy full SHA for c6eb7fd
1 file changed
builtins/ftgl/CMakeLists.txt
@@ -8,7 +8,7 @@
8
# 7 Feb 2019, https://github.com/frankheckenbach/ftgl/releases/tag/v2.4.0
9
set(ROOT_FTGL_VERSION 2.4.0)
10
set(ROOT_FTGL_HASH "aa97da1c3442a8fd3941037655df18016d70b5266381c81d81e8b5335f196ea8")
11
-if (CMAKE_BUILD_TYPE MATCHES Debug)
+if (CMAKE_BUILD_TYPE MATCHES Debug OR (MSVC AND winrtdebug))
12
set(ROOT_FTGL_POSTFIX d)
13
endif()
14
# Cherry-pick https://github.com/frankheckenbach/ftgl/commit/835f2ba7911a6c15a1a314d5e3267fa089b5a319 :
0 commit comments