| commit | 4b2e765025e90a4ed3ab437c194cced9cd9872ae | [log] [tgz] |
|---|---|---|
| author | Brad King <brad.king@kitware.com> | Mon Sep 26 17:51:29 2022 -0400 |
| committer | Brad King <brad.king@kitware.com> | Mon Sep 26 17:51:29 2022 -0400 |
| tree | 89234c99e03cbdcb449c47423c512e31ebaf7e0a | |
| parent | eb6e2ef7f61de1dd4ff6ec39e886d5fa8cf9aea7 [diff] |
Drop try_run macro from CMake's own build Since commit 9199f7c627 (Disable arch-specific try_run in CMake itself, 2009-12-14, v2.8.2~567) we've abused an undocumented debugging feature to override the builtin `try_run` command in CMake's own build with a wrapper macro. However, we've also long discouraged use of this feature by other projects. The purpose of the original change is outdated and of limited use anyway, so just drop it.