mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 14:58:45 +00:00
Help/find_package: clarify intended behavior with REQUIRED QUIET
See #18773
This commit is contained in:
parent
c9854a5843
commit
427ebecdf5
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user