diff --git a/cmake/Config.cmake b/cmake/Config.cmake index 4349945d5..2c98f26dd 100644 --- a/cmake/Config.cmake +++ b/cmake/Config.cmake @@ -57,6 +57,8 @@ elseif(MSVC) set(MSVC_VERSION 2008) elseif(MSVC_VERSION EQUAL 1600) set(MSVC_VERSION 2010) + elseif(MSVC_VERSION EQUAL 1700) + set(MSVC_VERSION 2011) endif() else() message(FATAL_ERROR "Unsupported compiler")