From 468292246766fd04371cd6bb7fdf8b9bf6157937 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Fri, 28 Oct 2022 12:35:04 +0200 Subject: [PATCH] add more fixes for msvc static linking --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd12649..96a4aa9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -176,6 +176,7 @@ else() set(BeamMP_CompileOptions /bigobj + /INCREMENTAL:NO /NODEFAULTLIB:MSVCRT ) endif()