Require MSVC 2010 on Windows

develop
lethosor 2015-10-13 16:25:38 -04:00
parent 505b1f0efc
commit 8a3e0a47dc
1 changed files with 1 additions and 1 deletions

@ -43,7 +43,7 @@ if(UNIX)
endif()
if(WIN32)
if(NOT MSVC)
if((NOT MSVC) OR (NOT MSVC_VERSION STREQUAL 1600))
message(SEND_ERROR "MSVC 2010 is required")
endif()
endif()