[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3754-gdbc88e3
Brad King
brad.king at kitware.com
Wed Aug 7 10:28:59 EDT 2013
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 dbc88e320e0bb9b5566ea79cf3d6031a368aa3bd (commit)
via 31eee590cc1063c2dca71f2f76e8955d104d7e37 (commit)
from 2a540f08c992093c992316a371ba48112604a94b (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=dbc88e320e0bb9b5566ea79cf3d6031a368aa3bd
commit dbc88e320e0bb9b5566ea79cf3d6031a368aa3bd
Merge: 2a540f0 31eee59
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Aug 7 10:28:50 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Aug 7 10:28:50 2013 -0400
Merge topic 'wince800' into next
31eee59 VS11: Fix generator name typo
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=31eee590cc1063c2dca71f2f76e8955d104d7e37
commit 31eee590cc1063c2dca71f2f76e8955d104d7e37
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Aug 7 10:27:25 2013 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Aug 7 10:27:25 2013 -0400
VS11: Fix generator name typo
diff --git a/Source/cmGlobalVisualStudio11Generator.cxx b/Source/cmGlobalVisualStudio11Generator.cxx
index ac119a3..8ae7331 100644
--- a/Source/cmGlobalVisualStudio11Generator.cxx
+++ b/Source/cmGlobalVisualStudio11Generator.cxx
@@ -85,7 +85,7 @@ public:
for(std::set<std::string>::const_iterator i =
installedSDKs.begin(); i != installedSDKs.end(); ++i)
{
- names.push_back("Visual Studio 8 2005 " + *i);
+ names.push_back("Visual Studio 11 " + *i);
}
}
};
-----------------------------------------------------------------------
Summary of changes:
Source/cmGlobalVisualStudio11Generator.cxx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list