diff options
author | Brad King <brad.king@kitware.com> | 2022-08-31 13:37:36 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-08-31 13:37:46 (GMT) |
commit | aa7316a35884284debbdddc7437473151c1c470c (patch) | |
tree | 5b293d9d30c455b3bfea2eb90641d40f8e8ae6f9 /Help/command/find_package.rst | |
parent | 88b313a39f652f9269601b569773886e12e9d8a4 (diff) | |
parent | 7dca3807f8dceee6d0d38bcf183220d1a0d010cd (diff) | |
download | CMake-aa7316a35884284debbdddc7437473151c1c470c.zip CMake-aa7316a35884284debbdddc7437473151c1c470c.tar.gz CMake-aa7316a35884284debbdddc7437473151c1c470c.tar.bz2 |
Merge topic 'doc-CMP0134-fixes'
7dca3807f8 Help: Fix typos, grammar and formatting in CMP0134 policy docs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7620
Diffstat (limited to 'Help/command/find_package.rst')
-rw-r--r-- | Help/command/find_package.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/command/find_package.rst b/Help/command/find_package.rst index 717f822..95f0fa4 100644 --- a/Help/command/find_package.rst +++ b/Help/command/find_package.rst @@ -142,9 +142,9 @@ should find all components, no components or some well-defined subset of the available components. .. versionadded:: 3.24 - The ``REGISTRY_VIEW`` keyword enables to specify which registry views must be - queried. This keyword is only meaningful on ``Windows`` platform and will be - ignored on all other ones. Formally, it is up to the target package how to + The ``REGISTRY_VIEW`` keyword specifies which registry views should be + queried. This keyword is only meaningful on ``Windows`` platforms and will + be ignored on all others. Formally, it is up to the target package how to interpret the registry view information given to it. .. versionadded:: 3.24 |