ENH: don't need two of these

This commit is contained in:
Bill Hoffman 2006-04-19 11:14:00 -04:00
parent 96c140e281
commit 4a20d4fe39
1 changed files with 0 additions and 4 deletions

View File

@ -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)