Revert "Set MSVC_RUNTIME_LIBRARY in the makefile"

This reverts commit 42a6a16f73.
This commit is contained in:
Vasilii Rogin
2025-04-27 18:03:17 +03:00
parent 42a6a16f73
commit f35d1efab2
2 changed files with 3 additions and 8 deletions
+3 -1
View File
@@ -33,7 +33,8 @@
"cacheVariables": {
"CMAKE_GENERATOR_TOOLSET": "v141_xp",
"CMAKE_C_FLAGS": "/D_WIN32_WINNT=0x0501",
"CMAKE_CXX_FLAGS": "/D_WIN32_WINNT=0x0501 /D_STATIC_CPPLIB"
"CMAKE_CXX_FLAGS": "/D_WIN32_WINNT=0x0501 /D_STATIC_CPPLIB",
"CMAKE_MSVC_RUNTIME_LIBRARY": "MultiThreaded$<$<CONFIG:Debug>:Debug>"
}
},
{
@@ -44,6 +45,7 @@
"generator": "Visual Studio 16 2019",
"architecture": "x64",
"cacheVariables": {
"CMAKE_MSVC_RUNTIME_LIBRARY": "MultiThreaded$<$<CONFIG:Debug>:Debug>"
}
},
{