[cmake-commits] hoffman committed Windows-cl.cmake 1.59.2.9 1.59.2.10 Windows-cl.cmake.in 1.3 1.3.2.1

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jan 21 12:56:53 EST 2008


Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv19527/Modules/Platform

Modified Files:
      Tag: CMake-2-4
	Windows-cl.cmake Windows-cl.cmake.in 
Log Message:
ENH: final 2.4.8


Index: Windows-cl.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Windows-cl.cmake.in,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- Windows-cl.cmake.in	7 Apr 2006 20:46:41 -0000	1.3
+++ Windows-cl.cmake.in	21 Jan 2008 17:56:51 -0000	1.3.2.1
@@ -7,6 +7,7 @@
 SET(MSVC70 @MSVC70@)
 SET(MSVC71 @MSVC71@)
 SET(MSVC80 @MSVC80@)
+SET(MSVC90 @MSVC90@)
 SET(MSVC_IDE @MSVC_IDE@)
 SET(MSVC_VERSION @MSVC_VERSION@)
 SET(WIN32 1)

Index: Windows-cl.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Windows-cl.cmake,v
retrieving revision 1.59.2.9
retrieving revision 1.59.2.10
diff -u -d -r1.59.2.9 -r1.59.2.10
--- Windows-cl.cmake	25 Oct 2007 18:03:48 -0000	1.59.2.9
+++ Windows-cl.cmake	21 Jan 2008 17:56:51 -0000	1.59.2.10
@@ -136,6 +136,10 @@
         SET(MSVC80 1)
         SET(CMAKE_COMPILER_2005 1)
       ENDIF("${compilerVersion}" EQUAL 1400)
+      IF("${compilerVersion}" EQUAL 1500)
+        SET(MSVC90 1)
+        SET(MSVC80 0)
+      ENDIF("${compilerVersion}" EQUAL 1500)
       IF("${compilerVersion}" GREATER 1400)
         SET(MSVC80 1)
         SET(CMAKE_COMPILER_2005 1)



More information about the Cmake-commits mailing list