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  65ebdf17ae3f463dd10862a4f1bec017f2c15cb5 (commit)
       via  ab1f20025d42a781e4d9d0a446089892f121bde2 (commit)
      from  1c175147e32341d5a9bf4c54fc8ea7cd9831c31c (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=65ebdf17ae3f463dd10862a4f1bec017f2c15cb5
commit 65ebdf17ae3f463dd10862a4f1bec017f2c15cb5
Merge: 1c17514 ab1f200
Author:     Matt McCormick <matt.mccorm...@kitware.com>
AuthorDate: Wed Jan 21 23:00:15 2015 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Wed Jan 21 23:00:15 2015 -0500

    Merge topic 'if-test' into next
    
    ab1f2002 Help: if(TEST) consistent argument name.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ab1f20025d42a781e4d9d0a446089892f121bde2
commit ab1f20025d42a781e4d9d0a446089892f121bde2
Author:     Matt McCormick <matt.mccorm...@kitware.com>
AuthorDate: Wed Jan 21 22:58:38 2015 -0500
Commit:     Matt McCormick <matt.mccorm...@kitware.com>
CommitDate: Wed Jan 21 22:58:38 2015 -0500

    Help: if(TEST) consistent argument name.
    
    Consistent with other if expression argument names.

diff --git a/Help/command/if.rst b/Help/command/if.rst
index 2caf8d3..93ff6d3 100644
--- a/Help/command/if.rst
+++ b/Help/command/if.rst
@@ -70,7 +70,7 @@ Possible expressions are:
  created by the :command:`add_executable`, :command:`add_library`, or
  :command:`add_custom_target` commands.
 
-``if(TEST test)``
+``if(TEST test-name)``
  True if the given name is an existing test name created by the
  :command:`add_test` command.
 

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

Summary of changes:
 Help/command/if.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to