[Cmake-commits] CMake branch, master, updated. v2.8.12.1-758-g1744ad9
Brad King
brad.king at kitware.com
Fri Nov 22 08:41:33 EST 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, master has been updated
via 1744ad9257c3b9fc5badc31d746acd8d2fa30f9e (commit)
via 4fe963f656c48b1f2fd0b4a2f427bb376f619c37 (commit)
via 7d4b2b2ef36c73c36eefd464fbb17bf34ebdb5fe (commit)
from d121a8cb66c7f610c57aa6447f7671a5dd4a8730 (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=1744ad9257c3b9fc5badc31d746acd8d2fa30f9e
commit 1744ad9257c3b9fc5badc31d746acd8d2fa30f9e
Merge: d121a8c 4fe963f
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Nov 22 08:41:30 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Nov 22 08:41:30 2013 -0500
Merge topic 'add-cmHasLiteralPrefix'
4fe963f Use new cmHasLiteralPrefix function
7d4b2b2 cmStandardIncludes: Add new cmHasLiteralPrefix function.
diff --cc Source/cmTarget.cxx
index cf68e38,5fd9636..120a666
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@@ -2276,10 -2276,10 +2276,10 @@@ static void cmTargetCheckINTERFACE_LINK
}
//----------------------------------------------------------------------------
-void cmTarget::CheckProperty(const char* prop, cmMakefile* context)
+void cmTarget::CheckProperty(const char* prop, cmMakefile* context) const
{
// Certain properties need checking.
- if(strncmp(prop, "LINK_INTERFACE_LIBRARIES", 24) == 0)
+ if(cmHasLiteralPrefix(prop, "LINK_INTERFACE_LIBRARIES"))
{
if(const char* value = this->GetProperty(prop))
{
-----------------------------------------------------------------------
Summary of changes:
Source/CTest/cmCTestBuildHandler.cxx | 4 ++--
Source/CTest/cmCTestGIT.cxx | 6 +++---
Source/cmCTest.cxx | 4 ++--
Source/cmExportFileGenerator.cxx | 2 +-
Source/cmExportInstallFileGenerator.cxx | 8 ++++----
Source/cmGeneratorExpressionDAGChecker.cxx | 6 +++---
Source/cmGeneratorExpressionEvaluator.cxx | 4 ++--
Source/cmGlobalVisualStudio10Generator.cxx | 2 +-
Source/cmGlobalVisualStudio11Generator.cxx | 2 +-
Source/cmGlobalVisualStudio12Generator.cxx | 2 +-
Source/cmOutputRequiredFilesCommand.cxx | 2 +-
Source/cmSetCommand.cxx | 2 +-
Source/cmStandardIncludes.h | 26 +++++++++++++++++++++++++-
Source/cmTarget.cxx | 14 +++++++-------
Source/cmTargetCompileDefinitionsCommand.cxx | 2 +-
Source/cmUnsetCommand.cxx | 2 +-
Source/cmakemain.cxx | 5 ++---
17 files changed, 58 insertions(+), 35 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list