mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -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
80 B
CMake
4 lines
80 B
CMake
cmake_policy(VERSION 3.26)
|
|
# (do not set CMP0144)
|
|
include(CMP0144-common.cmake)
|