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