diff options
author | Joachim Wuttke (l) <j.wuttke@fz-juelich.de> | 2018-10-04 08:50:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-10-04 18:57:56 (GMT) |
commit | 56310b06713c452eb17bcc90683c0bdb4270e9a9 (patch) | |
tree | a56d6f5f390821d260adc4bc854c3dd738e741b8 /Help/command | |
parent | 336dce1c95d6605181456f8ca7e702ffe0f790c4 (diff) | |
download | CMake-56310b06713c452eb17bcc90683c0bdb4270e9a9.zip CMake-56310b06713c452eb17bcc90683c0bdb4270e9a9.tar.gz CMake-56310b06713c452eb17bcc90683c0bdb4270e9a9.tar.bz2 |
Help: Move find_package NO_POLICY_SCOPE to more appropriate location
Diffstat (limited to 'Help/command')
-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 041d5df..67a2db7 100644 --- a/Help/command/find_package.rst +++ b/Help/command/find_package.rst @@ -39,6 +39,9 @@ automatically from the outer call (including the ``EXACT`` flag for ``[version]``). Version support is currently provided only on a package-by-package basis (details below). +See the :command:`cmake_policy` command documentation for discussion +of the ``NO_POLICY_SCOPE`` option. + User code should generally look for packages using the above simple signature. The remainder of this command documentation specifies the full command signature and details of the search process. Project @@ -381,6 +384,3 @@ configuration file to handle components in a way that makes sense for the package. The package configuration file may set ``<PackageName>_FOUND`` to false to tell ``find_package`` that component requirements are not satisfied. - -See the :command:`cmake_policy` command documentation for discussion -of the ``NO_POLICY_SCOPE`` option. |