[Cmake-commits] CMake branch, next, updated. v2.8.10.2-1584-g75a6f6b
Stephen Kelly
steveire at gmail.com
Sun Jan 13 04:05:41 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, next has been updated
via 75a6f6b175542d599fd75daa0443493014da3c7f (commit)
via 7c7b94f21ffa6f3bda054d5e11bd09b13155c04e (commit)
from 6c9ad309dcaf57ba22db01f1fae1c0b4c998ae3d (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=75a6f6b175542d599fd75daa0443493014da3c7f
commit 75a6f6b175542d599fd75daa0443493014da3c7f
Merge: 6c9ad30 7c7b94f
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Jan 13 04:05:40 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Jan 13 04:05:40 2013 -0500
Merge topic 'commands-genex-docs' into next
7c7b94f Document the use of generator expressions in new commands.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7c7b94f21ffa6f3bda054d5e11bd09b13155c04e
commit 7c7b94f21ffa6f3bda054d5e11bd09b13155c04e
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Sun Jan 13 10:04:40 2013 +0100
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Sun Jan 13 10:04:40 2013 +0100
Document the use of generator expressions in new commands.
diff --git a/Source/cmTargetCompileDefinitionsCommand.h b/Source/cmTargetCompileDefinitionsCommand.h
index 707610e..4b066b7 100644
--- a/Source/cmTargetCompileDefinitionsCommand.h
+++ b/Source/cmTargetCompileDefinitionsCommand.h
@@ -69,6 +69,9 @@ public:
"INTERFACE_COMPILE_DEFINITIONS from. "
"Repeated calls for the same <target> append items in the order called."
"\n"
+ "Arguments to target_compile_definitions may use \"generator "
+ "expressions\" with the syntax \"$<...>\". "
+ CM_DOCUMENT_COMMAND_GENERATOR_EXPRESSIONS
;
}
diff --git a/Source/cmTargetIncludeDirectoriesCommand.h b/Source/cmTargetIncludeDirectoriesCommand.h
index c1957d6..90e039c 100644
--- a/Source/cmTargetIncludeDirectoriesCommand.h
+++ b/Source/cmTargetIncludeDirectoriesCommand.h
@@ -73,6 +73,9 @@ public:
"directories must be absolute paths, not relative paths. "
"Repeated calls for the same <target> append items in the order called."
"\n"
+ "Arguments to target_include_directories may use \"generator "
+ "expressions\" with the syntax \"$<...>\". "
+ CM_DOCUMENT_COMMAND_GENERATOR_EXPRESSIONS
;
}
diff --git a/Source/cmTargetPropCommandBase.h b/Source/cmTargetPropCommandBase.h
index 90e3bbb..e757f9d 100644
--- a/Source/cmTargetPropCommandBase.h
+++ b/Source/cmTargetPropCommandBase.h
@@ -14,6 +14,7 @@
#define cmTargetPropCommandBase_h
#include "cmCommand.h"
+#include "cmDocumentGeneratorExpressions.h"
class cmTarget;
-----------------------------------------------------------------------
Summary of changes:
Source/cmTargetCompileDefinitionsCommand.h | 3 +++
Source/cmTargetIncludeDirectoriesCommand.h | 3 +++
Source/cmTargetPropCommandBase.h | 1 +
3 files changed, 7 insertions(+), 0 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list