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  c07fa6d98c3ca2bc645c23c4a437d48d57d3eb8d (commit)
       via  427ebecdf5336b9915179464586d929850a95101 (commit)
      from  2033c1e56fd3d9367fc4eb9a2595c3c592575d54 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c07fa6d98c3ca2bc645c23c4a437d48d57d3eb8d
commit c07fa6d98c3ca2bc645c23c4a437d48d57d3eb8d
Merge: 2033c1e 427ebec
Author:     Kyle Edwards <kyle.edwa...@kitware.com>
AuthorDate: Tue Jan 15 14:49:27 2019 +0000
Commit:     Kitware Robot <kwro...@kitware.com>
CommitDate: Tue Jan 15 09:49:35 2019 -0500

    Merge topic 'find_package-doc-clarification'
    
    427ebecdf5 Help/find_package: clarify intended behavior with REQUIRED QUIET
    
    Acked-by: Kitware Robot <kwro...@kitware.com>
    Merge-request: !2777


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=427ebecdf5336b9915179464586d929850a95101
commit 427ebecdf5336b9915179464586d929850a95101
Author:     Ben Boeckel <ben.boec...@kitware.com>
AuthorDate: Wed Jan 9 11:19:50 2019 -0500
Commit:     Ben Boeckel <ben.boec...@kitware.com>
CommitDate: Mon Jan 14 10:42:10 2019 -0500

    Help/find_package: clarify intended behavior with REQUIRED QUIET
    
    See #18773

diff --git a/Help/command/find_package.rst b/Help/command/find_package.rst
index 937a930..cafef8c 100644
--- a/Help/command/find_package.rst
+++ b/Help/command/find_package.rst
@@ -23,9 +23,9 @@ Finds and loads settings from an external project.  
``<PackageName>_FOUND``
 will be set to indicate whether the package was found.  When the
 package is found package-specific information is provided through
 variables and :ref:`Imported Targets` documented by the package itself.  The
-``QUIET`` option disables messages if the package cannot be found.  The
-``REQUIRED`` option stops processing with an error message if the package
-cannot be found.
+``QUIET`` option disables informational messages, including those indicating
+that the package cannot be found if it is not ``REQUIRED``.  The ``REQUIRED``
+option stops processing with an error message if the package cannot be found.
 
 A package-specific list of required components may be listed after the
 ``COMPONENTS`` option (or after the ``REQUIRED`` option if present).

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

Summary of changes:
 Help/command/find_package.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
https://cmake.org/mailman/listinfo/cmake-commits

Reply via email to