Help: Widen find_package search path table
Make room for additional longer entries.
This commit is contained in:
parent
74ee03a262
commit
ff5c89de0c
|
@ -194,13 +194,13 @@ configuration file. The tables below show the directories searched.
|
||||||
Each entry is meant for installation trees following Windows (W), UNIX
|
Each entry is meant for installation trees following Windows (W), UNIX
|
||||||
(U), or Apple (A) conventions::
|
(U), or Apple (A) conventions::
|
||||||
|
|
||||||
<prefix>/ (W)
|
<prefix>/ (W)
|
||||||
<prefix>/(cmake|CMake)/ (W)
|
<prefix>/(cmake|CMake)/ (W)
|
||||||
<prefix>/<name>*/ (W)
|
<prefix>/<name>*/ (W)
|
||||||
<prefix>/<name>*/(cmake|CMake)/ (W)
|
<prefix>/<name>*/(cmake|CMake)/ (W)
|
||||||
<prefix>/(lib/<arch>|lib|share)/cmake/<name>*/ (U)
|
<prefix>/(lib/<arch>|lib|share)/cmake/<name>*/ (U)
|
||||||
<prefix>/(lib/<arch>|lib|share)/<name>*/ (U)
|
<prefix>/(lib/<arch>|lib|share)/<name>*/ (U)
|
||||||
<prefix>/(lib/<arch>|lib|share)/<name>*/(cmake|CMake)/ (U)
|
<prefix>/(lib/<arch>|lib|share)/<name>*/(cmake|CMake)/ (U)
|
||||||
|
|
||||||
On systems supporting OS X Frameworks and Application Bundles the
|
On systems supporting OS X Frameworks and Application Bundles the
|
||||||
following directories are searched for frameworks or bundles
|
following directories are searched for frameworks or bundles
|
||||||
|
|
Loading…
Reference in New Issue