mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
Merge topic 'find_package-one-more-path'
19366408fecmFindPackageCommand: Protect overrides of `cmDirectoryListGenerator`e55c154c5bcmFindPackageCommand: Add one more search path Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7542
This commit is contained in:
@@ -291,6 +291,7 @@ Each entry is meant for installation trees following Windows (``W``), UNIX
|
||||
<prefix>/(cmake|CMake)/ (W)
|
||||
<prefix>/<name>*/ (W)
|
||||
<prefix>/<name>*/(cmake|CMake)/ (W)
|
||||
<prefix>/<name>*/(cmake|CMake)/<name>*/ (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)
|
||||
|
||||
6
Help/release/dev/find_package-one-more-path.rst
Normal file
6
Help/release/dev/find_package-one-more-path.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
find_package-one-more-path
|
||||
--------------------------
|
||||
|
||||
* The :command:`find_package` command now considers paths of
|
||||
the form ``<prefix>/<name>*/(cmake|CMake)/<name>*/`` when
|
||||
searching for package configuration files.
|
||||
Reference in New Issue
Block a user