summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-01-18 21:06:10 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-01-18 21:06:10 (GMT)
commitc0bb73787d548d7e39ec49fbc7d038099c3a73f6 (patch)
tree6e10bc25229ede5c213c9ceb6baa1d2b7deb5377 /Modules
parentfc8ce174334c3c33141d37ff2b86ea50226b7ce4 (diff)
downloadCMake-c0bb73787d548d7e39ec49fbc7d038099c3a73f6.zip
CMake-c0bb73787d548d7e39ec49fbc7d038099c3a73f6.tar.gz
CMake-c0bb73787d548d7e39ec49fbc7d038099c3a73f6.tar.bz2
ENH: make sure msvc90 gets set
Diffstat (limited to 'Modules')
-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 0ac9ed8..1a889f2 100644
--- a/Modules/Platform/Windows-cl.cmake.in
+++ b/Modules/Platform/Windows-cl.cmake.in
@@ -7,6 +7,7 @@ SET(MSVC60 @MSVC60@)
SET(MSVC70 @MSVC70@)
SET(MSVC71 @MSVC71@)
SET(MSVC80 @MSVC80@)
+SET(MSVC90 @MSVC90@)
SET(MSVC_IDE @MSVC_IDE@)
SET(MSVC_VERSION @MSVC_VERSION@)
SET(WIN32 1)