From f2d55dce723d70524c7fd0ede202c7a2192cac02 Mon Sep 17 00:00:00 2001 From: "Maarten L. Hekkelman" Date: Tue, 27 Jan 2026 13:39:01 +0100 Subject: [PATCH] For windows? --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88c1e30..3c66a1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,13 +93,6 @@ if(MSVC) # make msvc standards compliant... add_compile_options(/permissive- /bigobj) add_link_options(/NODEFAULTLIB:library) - - # This is dubious... - if(BUILD_SHARED_LIBS) - set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>DLL") - else() - set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$:Debug>") - endif() endif() # Create a revision file, containing the current git version info