summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_run/CrossCompile.cmake
Commit message (Collapse)AuthorAgeFilesLines
* try_run: Avoid crash in keyword-dispatched signature when cross-compilingBrad King2023-01-121-0/+8
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