CMakeDetermineVSServicePack: Add VS 11 update 3

This commit is contained in:
Brad King 2013-06-28 09:43:10 -04:00
parent 2aa62e0b4b
commit f449c68be0
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ function(_DetermineVSServicePackFromCompiler _OUT_VAR _cl_version)
set(_version "vc110sp1")
elseif(${_cl_version} VERSION_EQUAL "17.00.60315.1")
set(_version "vc110sp2")
elseif(${_cl_version} VERSION_EQUAL "17.00.60610.1")
set(_version "vc110sp3")
else()
set(_version "")
endif()