diff options
author | Silvio Traversaro <silvio.traversaro@iit.it> | 2016-08-20 12:06:55 +0200 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-08-23 13:28:42 -0400 |
commit | ff5c89de0c23c0568afcbabd63974388ca045aa3 (patch) | |
tree | e36ee5bb1748c15cd5f2fe187593c7b089571351 /Help/command | |
parent | 74ee03a2628753cd6c8919277b3c3331caca70f0 (diff) | |
download | cmake-ff5c89de0c23c0568afcbabd63974388ca045aa3.tar.gz |
Help: Widen find_package search path table
Make room for additional longer entries.
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/find_package.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Help/command/find_package.rst b/Help/command/find_package.rst index 58dff9d399..8098a87ea5 100644 --- a/Help/command/find_package.rst +++ b/Help/command/find_package.rst @@ -194,13 +194,13 @@ configuration file. The tables below show the directories searched. Each entry is meant for installation trees following Windows (W), UNIX (U), or Apple (A) conventions:: - <prefix>/ (W) - <prefix>/(cmake|CMake)/ (W) - <prefix>/<name>*/ (W) - <prefix>/<name>*/(cmake|CMake)/ (W) - <prefix>/(lib/<arch>|lib|share)/cmake/<name>*/ (U) - <prefix>/(lib/<arch>|lib|share)/<name>*/ (U) - <prefix>/(lib/<arch>|lib|share)/<name>*/(cmake|CMake)/ (U) + <prefix>/ (W) + <prefix>/(cmake|CMake)/ (W) + <prefix>/<name>*/ (W) + <prefix>/<name>*/(cmake|CMake)/ (W) + <prefix>/(lib/<arch>|lib|share)/cmake/<name>*/ (U) + <prefix>/(lib/<arch>|lib|share)/<name>*/ (U) + <prefix>/(lib/<arch>|lib|share)/<name>*/(cmake|CMake)/ (U) On systems supporting OS X Frameworks and Application Bundles the following directories are searched for frameworks or bundles |