Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 53dcb0ce4ad..37cabd00022 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -956,6 +956,12 @@ elseif(WIN32)
add_definitions(-DWIN32)
if(MSVC)
+
+ # drop support for older MSVC
+ if(MSVC_VERSION VERSION_LESS 1800)
+ message(FATAL_ERROR "MSVC versions older then 2013 are no longer supported")
+ endif()
+
set(PLATFORM_LINKLIBS ws2_32 vfw32 winmm kernel32 user32 gdi32 comdlg32 advapi32 shfolder shell32 ole32 oleaut32 uuid psapi)
# MSVC11 SDL is not hard linked to dxguid.lib