summaryrefslogtreecommitdiffstats
path: root/Help/guide
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-07-25 16:02:12 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-07-25 16:02:20 (GMT)
commit1cde77e526f923ed48e15fb4520464bbeafd1d39 (patch)
tree0684309af23c4bf4e42785f9506c3e9b7d64df23 /Help/guide
parent180a27528c684ee4f2e26fc5415b23cd38f7defe (diff)
parent4f7a0c25d28621ef63c6674f8792ee96f029fce7 (diff)
downloadCMake-1cde77e526f923ed48e15fb4520464bbeafd1d39.zip
CMake-1cde77e526f923ed48e15fb4520464bbeafd1d39.tar.gz
CMake-1cde77e526f923ed48e15fb4520464bbeafd1d39.tar.bz2
Merge topic 'doc-find_package-BYPASS_PROVIDER'
4f7a0c25d2 Help: Document BYPASS_PROVIDER keyword for find_package() 76370e06b8 Help: Minor grammar fix for the Using Dependencies manual Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7501
Diffstat (limited to 'Help/guide')
-rw-r--r--Help/guide/using-dependencies/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/using-dependencies/index.rst b/Help/guide/using-dependencies/index.rst
index 6cab7ef..bb519ad 100644
--- a/Help/guide/using-dependencies/index.rst
+++ b/Help/guide/using-dependencies/index.rst
@@ -388,7 +388,7 @@ can still be built out-of-the-box.
The developer, on the other hand, may be much more interested in controlling
*how* a dependency is provided to the project. You might want to use a
-particular version of a package that you built themself. You might want
+particular version of a package that you built yourself. You might want
to use a third party package manager. You might want to redirect some
requests to a different URL on a system you control for security or
performance reasons. CMake supports these sort of scenarios through