[Cmake-commits] CMake branch, next, updated. v2.8.3-1607-ga9c64d7
Brad King
brad.king at kitware.com
Thu Feb 10 08:22:12 EST 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via a9c64d72cc3a189fdec046709549037f61c39f35 (commit)
via 5cdd05bc685b21911553fc3bd8d0b179501d9a2e (commit)
from 6c0b15f7281046d3b952638b41ebfa9c71fcf947 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a9c64d72cc3a189fdec046709549037f61c39f35
commit a9c64d72cc3a189fdec046709549037f61c39f35
Merge: 6c0b15f 5cdd05b
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 10 08:22:10 2011 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Feb 10 08:22:10 2011 -0500
Merge topic 'doc-MSVC_VERSION-issue-11833' into next
5cdd05b Fix documentation of MSVC_VERSION (#11833)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5cdd05bc685b21911553fc3bd8d0b179501d9a2e
commit 5cdd05bc685b21911553fc3bd8d0b179501d9a2e
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Feb 10 08:20:33 2011 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Feb 10 08:20:33 2011 -0500
Fix documentation of MSVC_VERSION (#11833)
Previously the example version number was wrong. Instead list all the
known versions with correct numbers.
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx
index 6fffecb..0cd5fa2 100644
--- a/Source/cmDocumentVariables.cxx
+++ b/Source/cmDocumentVariables.cxx
@@ -867,8 +867,14 @@ void cmDocumentVariables::DefineVariables(cmake* cm)
cm->DefineProperty
("MSVC_VERSION", cmProperty::VARIABLE,
"The version of Microsoft Visual C/C++ being used if any.",
- "The version of Microsoft Visual C/C++ being used if any. "
- "For example 1300 is MSVC 6.0.",
+ "Known version numbers are:\n"
+ " 1200 = VS 6.0\n"
+ " 1300 = VS 7.0\n"
+ " 1310 = VS 7.1\n"
+ " 1400 = VS 8.0\n"
+ " 1500 = VS 9.0\n"
+ " 1600 = VS 10.0\n"
+ "",
false,
"Variables That Describe the System");
-----------------------------------------------------------------------
Summary of changes:
Source/cmDocumentVariables.cxx | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list