summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Windows-cl.cmake.in
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2010-04-30 04:18:01 (GMT)
committerDavid Cole <david.cole@kitware.com>2010-04-30 04:46:24 (GMT)
commit29382636364891a17fcf901d85125976b4332b2f (patch)
tree01e65e578af508468bff13e1403bd50e13957a74 /Modules/Platform/Windows-cl.cmake.in
parentd4c95316eefa691eb566dab609c6ff9f4b3259bc (diff)
downloadCMake-29382636364891a17fcf901d85125976b4332b2f.zip
CMake-29382636364891a17fcf901d85125976b4332b2f.tar.gz
CMake-29382636364891a17fcf901d85125976b4332b2f.tar.bz2
Fix missing set of MSVC10 and add CheckCompilerRelatedVariables test.
Diffstat (limited to 'Modules/Platform/Windows-cl.cmake.in')
-rw-r--r--Modules/Platform/Windows-cl.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-cl.cmake.in b/Modules/Platform/Windows-cl.cmake.in
index 1a889f2..82a0e59 100644
--- a/Modules/Platform/Windows-cl.cmake.in
+++ b/Modules/Platform/Windows-cl.cmake.in
@@ -8,6 +8,7 @@ SET(MSVC70 @MSVC70@)
SET(MSVC71 @MSVC71@)
SET(MSVC80 @MSVC80@)
SET(MSVC90 @MSVC90@)
+SET(MSVC10 @MSVC10@)
SET(MSVC_IDE @MSVC_IDE@)
SET(MSVC_VERSION @MSVC_VERSION@)
SET(WIN32 1)