[Cmake-commits] CMake branch, next, updated. v3.0.0-rc2-1308-gc87a788
Stephen Kelly
steveire at gmail.com
Thu Mar 20 11:07:31 EDT 2014
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 c87a788f076eea7142aaafe68a6cd83fb992d817 (commit)
via f56697b99f6fc709fc25aa7babd2b7508f7399db (commit)
from b456537c62112d47662b9e60596384aea3303dd5 (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=c87a788f076eea7142aaafe68a6cd83fb992d817
commit c87a788f076eea7142aaafe68a6cd83fb992d817
Merge: b456537 f56697b
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Mar 20 11:07:30 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Mar 20 11:07:30 2014 -0400
Merge topic 'target_compile_features' into next
f56697b9 Fix width.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f56697b99f6fc709fc25aa7babd2b7508f7399db
commit f56697b99f6fc709fc25aa7babd2b7508f7399db
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Mar 20 16:07:06 2014 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Mar 20 16:07:06 2014 +0100
Fix width.
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 3829561..99dc1e7 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -4668,7 +4668,8 @@ bool cmMakefile::HaveFeature(cmTarget const* target,
const char *stdProp = target->GetProperty("CXX_STANDARD");
if(!stdProp)
{
- const char *featureLists = this->GetDefinition("CMAKE_CXX_DEFAULT_COMPILE_FEATURES");
+ const char *featureLists =
+ this->GetDefinition("CMAKE_CXX_DEFAULT_COMPILE_FEATURES");
if (!featureLists)
{
return false;
-----------------------------------------------------------------------
Summary of changes:
Source/cmMakefile.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list