summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-04-19 11:14:00 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2006-04-19 11:14:00 -0400
commit4a20d4fe39625478736947a1b366de850518be2c (patch)
tree84d5d2fb32fa5168a846a52a36ff83813a614732 /Modules
parent96c140e281a7fa1dd0995adec92ff6560df18d6f (diff)
downloadcmake-4a20d4fe39625478736947a1b366de850518be2c.tar.gz
ENH: don't need two of these
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Platform/Windows-cl.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/Platform/Windows-cl.cmake b/Modules/Platform/Windows-cl.cmake
index 1ff323333b..9bb8bddf87 100644
--- a/Modules/Platform/Windows-cl.cmake
+++ b/Modules/Platform/Windows-cl.cmake
@@ -120,10 +120,6 @@ IF(CMAKE_GENERATOR MATCHES "NMake Makefiles")
SET(MSVC80 1)
SET(CMAKE_COMPILER_2005 1)
ENDIF("${compilerVersion}" EQUAL 1400)
- 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)