diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-07 20:46:41 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-07 20:46:41 (GMT) |
commit | bcfd6f7f690aed6d862d76a0e9617f73169a9897 (patch) | |
tree | d5fb7d180b5d6438a04280beb69593b362d8051d /Modules/Platform/Windows-cl.cmake.in | |
parent | ccf1eed298cf4d17927da73066a453afab311a46 (diff) | |
download | CMake-bcfd6f7f690aed6d862d76a0e9617f73169a9897.zip CMake-bcfd6f7f690aed6d862d76a0e9617f73169a9897.tar.gz CMake-bcfd6f7f690aed6d862d76a0e9617f73169a9897.tar.bz2 |
ENH: add better variables for MSVC versions
Diffstat (limited to 'Modules/Platform/Windows-cl.cmake.in')
-rw-r--r-- | Modules/Platform/Windows-cl.cmake.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-cl.cmake.in b/Modules/Platform/Windows-cl.cmake.in index 2e01327..0ac9ed8 100644 --- a/Modules/Platform/Windows-cl.cmake.in +++ b/Modules/Platform/Windows-cl.cmake.in @@ -3,3 +3,10 @@ SET(CMAKE_COMPILER_SUPPORTS_PDBTYPE @CMAKE_COMPILER_SUPPORTS_PDBTYPE@) SET(CMAKE_COMPILER_2005 @CMAKE_COMPILER_2005@) SET(CMAKE_USING_VC_FREE_TOOLS @CMAKE_USING_VC_FREE_TOOLS@) SET(CMAKE_CL_64 @CMAKE_CL_64@) +SET(MSVC60 @MSVC60@) +SET(MSVC70 @MSVC70@) +SET(MSVC71 @MSVC71@) +SET(MSVC80 @MSVC80@) +SET(MSVC_IDE @MSVC_IDE@) +SET(MSVC_VERSION @MSVC_VERSION@) +SET(WIN32 1) |