mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
e55c154c5b
The `PREFIX/(Foo|foo|FOO).*/(cmake|CMake)/(Foo|foo|FOO).*/` search path is the similar to the one already exists `PREFIX/(Foo|foo|FOO).*/(lib/ARCH|lib*|share)/cmake/(Foo|foo|FOO).*/`.
7 lines
221 B
ReStructuredText
7 lines
221 B
ReStructuredText
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.
|