diff --git a/CMakeLists.txt b/CMakeLists.txt index ead28d66d..84db3f36f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()