[cmake-commits] hoffman committed Windows-cl.cmake 1.82 1.83

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jan 18 15:19:21 EST 2008


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

Modified Files:
	Windows-cl.cmake 
Log Message:
ENH: make sure MSVC90 is set


Index: Windows-cl.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Windows-cl.cmake,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- Windows-cl.cmake	1 Jan 2008 20:13:41 -0000	1.82
+++ Windows-cl.cmake	18 Jan 2008 20:19:19 -0000	1.83
@@ -95,6 +95,10 @@
         SET(MSVC80 1)
         SET(CMAKE_COMPILER_2005 1)
       ENDIF("${compilerVersion}" GREATER 1400)
+      IF("${compilerVersion}" EQUAL 1500)
+        SET(MSVC90 1)
+        SET(MSVC80 0)
+      ENDIF("${compilerVersion}" EQUAL 1500)
       IF("${compilerVersion}" GREATER 1500)
         SET(MSVC90 1)
         SET(MSVC80 0)



More information about the Cmake-commits mailing list