CMakeDetermineVSServicePack: Add VS 11 update 4
This commit is contained in:
parent
105658df02
commit
f0de3f80bb
|
@ -26,7 +26,7 @@
|
|||
# vc80, vc80sp1
|
||||
# vc90, vc90sp1
|
||||
# vc100, vc100sp1
|
||||
# vc110, vc110sp1, vc110sp2, vc110sp3
|
||||
# vc110, vc110sp1, vc110sp2, vc110sp3, vc110sp4
|
||||
|
||||
#=============================================================================
|
||||
# Copyright 2009-2013 Kitware, Inc.
|
||||
|
@ -66,6 +66,8 @@ function(_DetermineVSServicePackFromCompiler _OUT_VAR _cl_version)
|
|||
set(_version "vc110sp2")
|
||||
elseif(${_cl_version} VERSION_EQUAL "17.00.60610.1")
|
||||
set(_version "vc110sp3")
|
||||
elseif(${_cl_version} VERSION_EQUAL "17.00.61030")
|
||||
set(_version "vc110sp4")
|
||||
else()
|
||||
set(_version "")
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue