Files
cmake/Help/policy
Daksh Mamodiya 52c8b8104b cmake_host_system_information: select host vs sysroot for DISTRIB_*
`DISTRIB_*` read os-release under `CMAKE_SYSROOT`, so cross builds got
the target distro from a host-oriented command, and a process-wide
static froze the first result.  Add a `FROM_SYSROOT <bool>` option and
policy `CMP0221` to default to the host, parse per call, and scope
`CMAKE_SYSROOT` so the fallback scripts follow the same choice.

Fixes: #27640
2026-09-02 14:48:36 +02:00
..
2025-04-29 06:18:15 +02:00
2025-04-29 06:33:47 +02:00
2025-10-02 13:56:27 -04:00
2025-08-20 14:44:05 -04:00
2026-04-29 16:43:04 +02:00