diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-06-06 11:08:48 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-06-06 11:09:02 (GMT) |
commit | efe918fdbaded70c7d63f5503948b2ab2a3e8e33 (patch) | |
tree | 4590d8f18b107b01d29a74105d7eac992945bd22 | |
parent | 817d88571a65369a7038906e1feff9c830a89ec3 (diff) | |
parent | afcf275cc9fac5e1e354f200c752f389333b5f35 (diff) | |
download | CMake-efe918fdbaded70c7d63f5503948b2ab2a3e8e33.zip CMake-efe918fdbaded70c7d63f5503948b2ab2a3e8e33.tar.gz CMake-efe918fdbaded70c7d63f5503948b2ab2a3e8e33.tar.bz2 |
Merge topic 'doc-find_package-formatting'
afcf275cc9 Help: Fix formatting and missing cross-reference for find_package()
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7329
-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 a4dad21..e85892e 100644 --- a/Help/command/find_package.rst +++ b/Help/command/find_package.rst @@ -395,9 +395,9 @@ enabled. package registry. 7. Search cmake variables defined in the Platform files 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 + current system. The searching of :variable:`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 can be skipped if ``NO_CMAKE_SYSTEM_PATH`` is passed or by setting the :variable:`CMAKE_FIND_USE_CMAKE_SYSTEM_PATH` to ``FALSE``: |