summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-04-19 14:11:43 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-04-19 14:11:43 (GMT)
commit0b490110baec3c9721efd8b3bdb24c4432ab4f6a (patch)
treec15283460087a19db6b1f743e50b3be38d2b7ef7 /Modules
parentbe550051056190deb6eaea224669c6e92ea24438 (diff)
downloadCMake-0b490110baec3c9721efd8b3bdb24c4432ab4f6a.zip
CMake-0b490110baec3c9721efd8b3bdb24c4432ab4f6a.tar.gz
CMake-0b490110baec3c9721efd8b3bdb24c4432ab4f6a.tar.bz2
ENH: check for version 1400
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Platform/Windows-cl.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-cl.cmake b/Modules/Platform/Windows-cl.cmake
index 1021f78..9bb8bdd 100644
--- a/Modules/Platform/Windows-cl.cmake
+++ b/Modules/Platform/Windows-cl.cmake
@@ -116,6 +116,10 @@ IF(CMAKE_GENERATOR MATCHES "NMake Makefiles")
SET(MSVC71 1)
SET(CMAKE_COMPILER_SUPPORTS_PDBTYPE 0)
ENDIF("${compilerVersion}" EQUAL 1310)
+ IF("${compilerVersion}" EQUAL 1400)
+ SET(MSVC80 1)
+ SET(CMAKE_COMPILER_2005 1)
+ ENDIF("${compilerVersion}" EQUAL 1400)
IF("${compilerVersion}" GREATER 1400)
SET(MSVC80 1)
SET(CMAKE_COMPILER_2005 1)