MantisBT - CMake
View Issue Details
0011833CMakeDocumentationpublic2011-02-10 02:492011-02-10 08:22
Frerich Raabe 
Brad King 
normalminoralways
closedfixed 
Apple MacOS X10.4.10
CMake 2.8.3 
 
0011833: Documentation for MSVC_VERSION gives an incorrect example
As of today, the documentation of the MSVC_VERSION variable explains "The version of Microsoft Visual C/C++ being used if any. For example 1300 is MSVC 6.0.". The second sentence in this example is incorrect. 1300 would be VC 7.0 (aka .NET 2002). MSVC 6.0 uses the value 1200.
No tags attached.
Issue History
2011-02-10 02:49Frerich RaabeNew Issue
2011-02-10 08:16Brad KingAssigned To => Brad King
2011-02-10 08:16Brad KingStatusnew => assigned
2011-02-10 08:17Brad KingNote Added: 0025368
2011-02-10 08:22Brad KingNote Added: 0025369
2011-02-10 08:22Brad KingStatusassigned => closed
2011-02-10 08:22Brad KingResolutionopen => fixed

Notes
(0025368)
Brad King   
2011-02-10 08:17   
It looks like that typo was introduced as part of a big documentation commit:

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ddb45f0 [^]
(0025369)
Brad King   
2011-02-10 08:22   
Fixed, thanks for pointing it out:

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5cdd05bc [^]