mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
df9c4b1872
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
4 lines
87 B
CMake
4 lines
87 B
CMake
cmake_policy(VERSION 3.26)
|
|
cmake_policy(SET CMP0144 OLD)
|
|
include(CMP0144-common.cmake)
|