diff options
author | Brad King <brad.king@kitware.com> | 2015-06-08 19:36:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-08 19:45:59 (GMT) |
commit | 8c64c4783dde25d84b1549945b95d192c1b7fd68 (patch) | |
tree | 0dacd8cfd71a1e08280c89fe963851d8de3b3b98 /Help/command/find_package.rst | |
parent | 25b4483ef8d6f6f074f05cf99e0282abf22d8939 (diff) | |
download | CMake-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.rst | 7 |
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 |