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_XXX.txt | |
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_XXX.txt')
-rw-r--r-- | Help/command/FIND_XXX.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Help/command/FIND_XXX.txt b/Help/command/FIND_XXX.txt index 9358329..474127d 100644 --- a/Help/command/FIND_XXX.txt +++ b/Help/command/FIND_XXX.txt @@ -100,6 +100,9 @@ If NO_DEFAULT_PATH is not specified, the search process is as follows: .. |FIND_ARGS_XXX| replace:: <VAR> NAMES name -.. include:: FIND_XXX_MAC.txt +On OS X the :variable:`CMAKE_FIND_FRAMEWORK` and +:variable:`CMAKE_FIND_APPBUNDLE` variables determine the order of +preference between Apple-style and unix-style package components. + .. include:: FIND_XXX_ROOT.txt .. include:: FIND_XXX_ORDER.txt |