[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3537-g0192404

Stephen Kelly steveire at gmail.com
Wed Jul 31 09:11:15 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  0192404df3e4bb1ab4b2032043e91ca39a833007 (commit)
       via  452e58525bb1656df0a169c8a047c25837caa4cf (commit)
      from  e07275e4938515491b4be5157cf16bb4f9b26aac (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=0192404df3e4bb1ab4b2032043e91ca39a833007
commit 0192404df3e4bb1ab4b2032043e91ca39a833007
Merge: e07275e 452e585
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Jul 31 09:11:14 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jul 31 09:11:14 2013 -0400

    Merge topic 'fix-target-property-command-docs' into next
    
    452e585 Docs: Document that target property commands require at least one item.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=452e58525bb1656df0a169c8a047c25837caa4cf
commit 452e58525bb1656df0a169c8a047c25837caa4cf
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Jul 31 15:10:23 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Jul 31 15:10:47 2013 +0200

    Docs: Document that target property commands require at least one item.

diff --git a/Source/cmTargetCompileDefinitionsCommand.h b/Source/cmTargetCompileDefinitionsCommand.h
index 585485d..e593d9c 100644
--- a/Source/cmTargetCompileDefinitionsCommand.h
+++ b/Source/cmTargetCompileDefinitionsCommand.h
@@ -54,7 +54,7 @@ public:
     {
     return
       "  target_compile_definitions(<target> "
-      "<INTERFACE|PUBLIC|PRIVATE> [items1...]\n"
+      "<INTERFACE|PUBLIC|PRIVATE> item [items1...]\n"
       "    [<INTERFACE|PUBLIC|PRIVATE> [items2...] ...])\n"
       "Specify compile definitions to use when compiling a given target.  "
       "The named <target> must have been created by a command such as "
diff --git a/Source/cmTargetCompileOptionsCommand.h b/Source/cmTargetCompileOptionsCommand.h
index b9afd71..6185919 100644
--- a/Source/cmTargetCompileOptionsCommand.h
+++ b/Source/cmTargetCompileOptionsCommand.h
@@ -54,7 +54,7 @@ public:
     {
     return
       "  target_compile_options(<target> [BEFORE] "
-      "<INTERFACE|PUBLIC|PRIVATE> [items1...]\n"
+      "<INTERFACE|PUBLIC|PRIVATE> item [items1...]\n"
       "    [<INTERFACE|PUBLIC|PRIVATE> [items2...] ...])\n"
       "Specify compile options to use when compiling a given target.  "
       "The named <target> must have been created by a command such as "
diff --git a/Source/cmTargetIncludeDirectoriesCommand.h b/Source/cmTargetIncludeDirectoriesCommand.h
index fcc37f0..69b5e03 100644
--- a/Source/cmTargetIncludeDirectoriesCommand.h
+++ b/Source/cmTargetIncludeDirectoriesCommand.h
@@ -55,7 +55,7 @@ public:
     {
     return
       "  target_include_directories(<target> [SYSTEM] [BEFORE] "
-      "<INTERFACE|PUBLIC|PRIVATE> [items1...]\n"
+      "<INTERFACE|PUBLIC|PRIVATE> item [items1...]\n"
       "    [<INTERFACE|PUBLIC|PRIVATE> [items2...] ...])\n"
       "Specify include directories or targets to use when compiling a given "
       "target.  "

-----------------------------------------------------------------------

Summary of changes:
 Source/cmTargetCompileDefinitionsCommand.h |    2 +-
 Source/cmTargetCompileOptionsCommand.h     |    2 +-
 Source/cmTargetIncludeDirectoriesCommand.h |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list