From c0bb73787d548d7e39ec49fbc7d038099c3a73f6 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 18 Jan 2008 16:06:10 -0500 Subject: [PATCH] ENH: make sure msvc90 gets set --- Modules/Platform/Windows-cl.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Platform/Windows-cl.cmake.in b/Modules/Platform/Windows-cl.cmake.in index 0ac9ed8e4b..1a889f2bda 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)