summaryrefslogtreecommitdiffstats
path: root/Tests/MSVCRuntimeLibrary/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MSVCRuntimeLibrary/CMakeLists.txt')
-rw-r--r--Tests/MSVCRuntimeLibrary/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/Tests/MSVCRuntimeLibrary/CMakeLists.txt b/Tests/MSVCRuntimeLibrary/CMakeLists.txt
index f7d9fec..f1ed9b4 100644
--- a/Tests/MSVCRuntimeLibrary/CMakeLists.txt
+++ b/Tests/MSVCRuntimeLibrary/CMakeLists.txt
@@ -57,10 +57,6 @@ function(verify lang src)
# VS 2005 and above default to multi-threaded.
target_compile_definitions(empty-${lang} PRIVATE VERIFY_MT)
endif()
- if(CMAKE_GENERATOR MATCHES "Visual Studio ([^9]|9[0-9])")
- # VS 2010 and above have a different default runtime library for projects than 'cl'.
- target_compile_definitions(empty-${lang} PRIVATE VERIFY_DLL)
- endif()
endif()
endfunction()