[cmake-commits] hoffman committed Windows-cl.cmake.in 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jan 18 16:06:12 EST 2008


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

Modified Files:
	Windows-cl.cmake.in 
Log Message:
ENH: make sure msvc90 gets set


Index: Windows-cl.cmake.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Windows-cl.cmake.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Windows-cl.cmake.in	7 Apr 2006 20:46:41 -0000	1.3
+++ Windows-cl.cmake.in	18 Jan 2008 21:06:10 -0000	1.4
@@ -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)



More information about the Cmake-commits mailing list