diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-06-05 07:55:50 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-06-05 07:55:50 (GMT) |
commit | afcf275cc9fac5e1e354f200c752f389333b5f35 (patch) | |
tree | a9538325986c0c1b1be435a2a025466e7cb8f127 | |
parent | 007181a16584c02419d77b7fd258b170ed9ea2fa (diff) | |
download | CMake-afcf275cc9fac5e1e354f200c752f389333b5f35.zip CMake-afcf275cc9fac5e1e354f200c752f389333b5f35.tar.gz CMake-afcf275cc9fac5e1e354f200c752f389333b5f35.tar.bz2 |
Help: Fix formatting and missing cross-reference for find_package()
Amends 42f7e39789 (Find: Support per call disabling of
CMAKE_INSTALL_PREFIX, 2022-03-21)
-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``: |