diff options
author | Eisuke Kawashima <15070-e-kwsm@users.noreply.gitlab.kitware.com> | 2022-08-03 10:16:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-08-03 14:02:21 (GMT) |
commit | 5635d33656de65602ad7278e426e738ade775a5a (patch) | |
tree | 93ea66e0ad772e91af13a9844e830063ece34fbc /Help/command/FIND_XXX.txt | |
parent | a9d0bcc71ec2c79c6d75b143e5c053f0b7ea01f1 (diff) | |
download | CMake-5635d33656de65602ad7278e426e738ade775a5a.zip CMake-5635d33656de65602ad7278e426e738ade775a5a.tar.gz CMake-5635d33656de65602ad7278e426e738ade775a5a.tar.bz2 |
Help: Fix reST syntax typo in find_package docs
Diffstat (limited to 'Help/command/FIND_XXX.txt')
-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 6683edb..83860b7 100644 --- a/Help/command/FIND_XXX.txt +++ b/Help/command/FIND_XXX.txt @@ -166,9 +166,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``. |