[Cmake-commits] CMake branch, next, updated. v2.8.12-4190-g1dfe0df
Stephen Kelly
steveire at gmail.com
Sun Oct 20 06:30:11 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 1dfe0df433d80bda91ec4feeedccb545ed249f0c (commit)
via 187385a8edaaf907e449478706240236a84cd266 (commit)
from eb90faebc07dc28fe839d68e89e68255b8e9f7cd (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=1dfe0df433d80bda91ec4feeedccb545ed249f0c
commit 1dfe0df433d80bda91ec4feeedccb545ed249f0c
Merge: eb90fae 187385a
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Oct 20 06:30:09 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Oct 20 06:30:09 2013 -0400
Merge topic 'minor-cleanups' into next
187385a cmCoreTryCompile: Fix typo in comments.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=187385a8edaaf907e449478706240236a84cd266
commit 187385a8edaaf907e449478706240236a84cd266
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Oct 20 12:29:15 2013 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Oct 20 12:29:15 2013 +0200
cmCoreTryCompile: Fix typo in comments.
Add 'S' to match actual variable names.
diff --git a/Source/cmCoreTryCompile.cxx b/Source/cmCoreTryCompile.cxx
index bc4bf18..0ac969b 100644
--- a/Source/cmCoreTryCompile.cxx
+++ b/Source/cmCoreTryCompile.cxx
@@ -372,8 +372,8 @@ int cmCoreTryCompile::TryCompileCode(std::vector<std::string> const& argv)
}
/* for the TRY_COMPILEs we want to be able to specify the architecture.
- So the user can set CMAKE_OSX_ARCHITECTURE to i386;ppc and then set
- CMAKE_TRY_COMPILE_OSX_ARCHITECTURE first to i386 and then to ppc to
+ So the user can set CMAKE_OSX_ARCHITECTURES to i386;ppc and then set
+ CMAKE_TRY_COMPILE_OSX_ARCHITECTURES first to i386 and then to ppc to
have the tests run for each specific architecture. Since
cmLocalGenerator doesn't allow building for "the other"
architecture only via CMAKE_OSX_ARCHITECTURES.
-----------------------------------------------------------------------
Summary of changes:
Source/cmCoreTryCompile.cxx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list