mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Extend commit eb35d8884b (find_package: Use PackageName_ROOT variables
as search prefixes, 2018-03-15, v3.12.0-rc1~349^2) to also check
upper-case `<PACKAGENAME>_ROOT` variables. Add policy `CMP0144` to
enable the behavior in a compatible way.
Fixes: #24403
8 lines
295 B
ReStructuredText
8 lines
295 B
ReStructuredText
find_package-PACKAGENAME_ROOT
|
|
-----------------------------
|
|
|
|
* The :command:`find_package` command now searches prefixes specified by
|
|
upper-case :variable:`<PACKAGENAME>_ROOT` CMake variables and upper-case
|
|
:envvar:`<PACKAGENAME>_ROOT` environment variables.
|
|
See policy :policy:`CMP0144`.
|