mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
ENH: check for version 1400
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user