diff options
Diffstat (limited to 'cmake/modules/FindFmt.cmake')
-rw-r--r-- | cmake/modules/FindFmt.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/modules/FindFmt.cmake b/cmake/modules/FindFmt.cmake index 096f927ad6..066e0d3d5c 100644 --- a/cmake/modules/FindFmt.cmake +++ b/cmake/modules/FindFmt.cmake @@ -17,6 +17,9 @@ if(ENABLE_INTERNAL_FMT) set(MODULE_LC fmt) + # fmt debug uses postfix d for all platforms + set(FMT_DEBUG_POSTFIX d) + SETUP_BUILD_VARS() if(APPLE) |