diff options
author | Brad King <brad.king@kitware.com> | 2022-08-04 13:32:54 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-08-04 13:33:50 (GMT) |
commit | 2ed7d6cee707aabfdce537f72d4efa93f768309e (patch) | |
tree | 8b127a06d4882a05ea99d52f05bcfa9ab9dabc04 /Help/command | |
parent | 8b9524e1b8071ed1e82ff0c4ac995746755bd284 (diff) | |
parent | 5635d33656de65602ad7278e426e738ade775a5a (diff) | |
download | CMake-2ed7d6cee707aabfdce537f72d4efa93f768309e.zip CMake-2ed7d6cee707aabfdce537f72d4efa93f768309e.tar.gz CMake-2ed7d6cee707aabfdce537f72d4efa93f768309e.tar.bz2 |
Merge topic 'doc-find_package-typo'
5635d33656 Help: Fix reST syntax typo in find_package docs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7540
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/FIND_XXX.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/FIND_XXX.txt b/Help/command/FIND_XXX.txt index e5e7496..aa06d49 100644 --- a/Help/command/FIND_XXX.txt +++ b/Help/command/FIND_XXX.txt @@ -187,9 +187,9 @@ If ``NO_DEFAULT_PATH`` is not specified, the search process is as follows: * |SYSTEM_ENVIRONMENT_PATH_WINDOWS_XXX| 6. Search cmake variables defined in the Platform files - for the current system. The searching of ``CMAKE_INSTALL_PREFIX` can be + for the current system. The searching of ``CMAKE_INSTALL_PREFIX`` can be skipped if ``NO_CMAKE_INSTALL_PREFIX`` is passed or by setting the - :variable:`CMAKE_FIND_USE_INSTALL_PREFIX` to ``FALSE. All these locations + :variable:`CMAKE_FIND_USE_INSTALL_PREFIX` to ``FALSE``. All these locations can be skipped if ``NO_CMAKE_SYSTEM_PATH`` is passed or by setting the :variable:`CMAKE_FIND_USE_CMAKE_SYSTEM_PATH` to ``FALSE``. |