diff options
author | Brad King <brad.king@kitware.com> | 2020-07-15 10:46:16 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-07-15 10:46:22 (GMT) |
commit | a62b4f1d2d8014a570ce93451d115fe3d0b0d8cb (patch) | |
tree | 3cd8d12abc7db835bb1ebb0493354eec4ce29b1a /Help/command | |
parent | 91cb0db98d1d1cac1745ae0623c0e8c40e92186b (diff) | |
parent | cc92a4c228c1b8ae5d357b15ac7c233da7e2668c (diff) | |
download | CMake-a62b4f1d2d8014a570ce93451d115fe3d0b0d8cb.zip CMake-a62b4f1d2d8014a570ce93451d115fe3d0b0d8cb.tar.gz CMake-a62b4f1d2d8014a570ce93451d115fe3d0b0d8cb.tar.bz2 |
Merge topic 'doc-find_package'
cc92a4c228 Help: Fix typo in find_package documentation
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5014
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/find_package.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/find_package.rst b/Help/command/find_package.rst index dcc0225..857de78 100644 --- a/Help/command/find_package.rst +++ b/Help/command/find_package.rst @@ -59,7 +59,7 @@ for finding the package, checking the version, and producing any needed messages. Some find-modules provide limited or no support for versioning; check the module documentation. -If the ``MODULE`` option is not specfied in the above signature, +If the ``MODULE`` option is not specified in the above signature, CMake first searches for the package using Module mode. Then, if the package is not found, it searches again using Config mode. A user may set the variable :variable:`CMAKE_FIND_PACKAGE_PREFER_CONFIG` to |