mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 01:28:50 -05:00
2f85ec0a37
Since commit aa9220d3a0 (try_compile: Add keyword-dispatched signature,
2022-09-02, v3.25.0-rc1~178^2) the `DoNotRunExecutable` code path may be
reached with no single source-file argument. Do not assume it exists.
Fixes: #24295