[Cmake-commits] CMake branch, next, updated. v2.8.11.2-3541-g29960ae

Stephen Kelly steveire at gmail.com
Wed Jul 31 10:10:54 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  29960ae9781614a8f171d5786fcb8e2b7a009004 (commit)
       via  e79ab6ab396c70e6baf5bbb813d6d2773fb2f189 (commit)
      from  e23f1338b6bbd75cf2a93e9fa7fef7a86656ec7b (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=29960ae9781614a8f171d5786fcb8e2b7a009004
commit 29960ae9781614a8f171d5786fcb8e2b7a009004
Merge: e23f133 e79ab6a
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Jul 31 10:10:30 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jul 31 10:10:30 2013 -0400

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


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e79ab6ab396c70e6baf5bbb813d6d2773fb2f189
commit e79ab6ab396c70e6baf5bbb813d6d2773fb2f189
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Wed Jul 31 16:09:43 2013 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Wed Jul 31 16:09:43 2013 +0200

    Revert "Docs: Document that target property commands require at least one item."
    
    This reverts commit 452e58525bb1656df0a169c8a047c25837caa4cf.

diff --git a/Source/cmTargetCompileDefinitionsCommand.h b/Source/cmTargetCompileDefinitionsCommand.h
index e593d9c..585485d 100644
--- a/Source/cmTargetCompileDefinitionsCommand.h
+++ b/Source/cmTargetCompileDefinitionsCommand.h
@@ -54,7 +54,7 @@ public:
     {
     return
       "  target_compile_definitions(<target> "
-      "<INTERFACE|PUBLIC|PRIVATE> item [items1...]\n"
+      "<INTERFACE|PUBLIC|PRIVATE> [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 6185919..b9afd71 100644
--- a/Source/cmTargetCompileOptionsCommand.h
+++ b/Source/cmTargetCompileOptionsCommand.h
@@ -54,7 +54,7 @@ public:
     {
     return
       "  target_compile_options(<target> [BEFORE] "
-      "<INTERFACE|PUBLIC|PRIVATE> item [items1...]\n"
+      "<INTERFACE|PUBLIC|PRIVATE> [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 69b5e03..fcc37f0 100644
--- a/Source/cmTargetIncludeDirectoriesCommand.h
+++ b/Source/cmTargetIncludeDirectoriesCommand.h
@@ -55,7 +55,7 @@ public:
     {
     return
       "  target_include_directories(<target> [SYSTEM] [BEFORE] "
-      "<INTERFACE|PUBLIC|PRIVATE> item [items1...]\n"
+      "<INTERFACE|PUBLIC|PRIVATE> [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