summaryrefslogtreecommitdiffstats
path: root/Help/command/find_package.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-08 19:36:31 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-08 19:45:59 (GMT)
commit8c64c4783dde25d84b1549945b95d192c1b7fd68 (patch)
tree0dacd8cfd71a1e08280c89fe963851d8de3b3b98 /Help/command/find_package.rst
parent25b4483ef8d6f6f074f05cf99e0282abf22d8939 (diff)
downloadCMake-8c64c4783dde25d84b1549945b95d192c1b7fd68.zip
CMake-8c64c4783dde25d84b1549945b95d192c1b7fd68.tar.gz
CMake-8c64c4783dde25d84b1549945b95d192c1b7fd68.tar.bz2
Help: Document CMAKE_FIND_APPBUNDLE and CMAKE_FIND_FRAMEWORK
Add dedicated documents for these and link to them instead of duplicating their documentation in every find command.
Diffstat (limited to 'Help/command/find_package.rst')
-rw-r--r--Help/command/find_package.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Help/command/find_package.rst b/Help/command/find_package.rst
index a5efba6..58dff9d 100644
--- a/Help/command/find_package.rst
+++ b/Help/command/find_package.rst
@@ -228,9 +228,9 @@ installation directory. Those marked with (U) are intended for
installations on UNIX platforms where the prefix is shared by multiple
packages. This is merely a convention, so all (W) and (U) directories
are still searched on all platforms. Directories marked with (A) are
-intended for installations on Apple platforms. The cmake variables
-``CMAKE_FIND_FRAMEWORK`` and ``CMAKE_FIND_APPBUNDLE``
-determine the order of preference as specified below.
+intended for installations on Apple platforms. The
+:variable:`CMAKE_FIND_FRAMEWORK` and :variable:`CMAKE_FIND_APPBUNDLE`
+variables determine the order of preference.
The set of installation prefixes is constructed using the following
steps. If ``NO_DEFAULT_PATH`` is specified all ``NO_*`` options are
@@ -295,7 +295,6 @@ enabled.
.. |CMAKE_FIND_ROOT_PATH_MODE_XXX| replace::
:variable:`CMAKE_FIND_ROOT_PATH_MODE_PACKAGE`
-.. include:: FIND_XXX_MAC.txt
.. include:: FIND_XXX_ROOT.txt
.. include:: FIND_XXX_ORDER.txt