| commit | eb8facd39606e9472f9ff6de40d7caf76767d0da | [log] [tgz] |
|---|---|---|
| author | Brad King <brad.king@kitware.com> | Mon Apr 28 08:46:02 2025 -0400 |
| committer | Brad King <brad.king@kitware.com> | Mon Apr 28 08:53:01 2025 -0400 |
| tree | 0d7add7ea78bf50a28a0d0a6e129ab8c987635ca | |
| parent | 476b2a386f9d2b82a513fe79e8f1c36d1263a47a [diff] |
macOS: Avoid relying on sw_vers when cross-compiling from another OS We have a few code paths needed only to support builds hosted on macOS 10.4. Update the conditions to work when cross-compiling to macOS from another platform. Fixes: #26814