Switches Windows to use dynamic runtime

This commit is contained in:
Bart Thomee
2025-07-25 14:28:08 -04:00
parent 951eeb65f3
commit 8725e4c0f9
4 changed files with 6 additions and 6 deletions

View File

@@ -69,9 +69,9 @@ if (MSVC)
-GS
-Zc:forScope
>
# static runtime
$<$<CONFIG:Debug>:-MTd>
$<$<NOT:$<CONFIG:Debug>>:-MT>
# dynamic runtime
$<$<CONFIG:Debug>:-MDd>
$<$<NOT:$<CONFIG:Debug>>:-MD>
$<$<BOOL:${werr}>:-WX>
)
target_compile_definitions (common