static link the vcruntime due to some people not having latest vcruntime dll installed on their machine (#3299)
This commit is contained in:
parent
2040f0f118
commit
de4a17303f
@ -1,5 +1,7 @@
|
|||||||
cmake_minimum_required(VERSION 3.20)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
|
|
||||||
|
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||||
|
|
||||||
project(YimMenu CXX ASM_MASM)
|
project(YimMenu CXX ASM_MASM)
|
||||||
|
|
||||||
if (NOT MSVC)
|
if (NOT MSVC)
|
||||||
|
Reference in New Issue
Block a user