commit | f75610d49245b1ffac7526e1fc8b55080669dad7 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Mon Jul 19 15:09:36 2021 -0400 |
committer | Brad King <brad.king@kitware.com> | Mon Jul 19 15:28:14 2021 -0400 |
tree | aaf4afb9308ab44d80d3165611ef25fe4de710a5 | |
parent | 4ff651eb52215ca0e1ffe5e5356b56b57913fee0 [diff] |
CMakeDetermineCompilerId: Fix CMAKE_EXECUTABLE_FORMAT in CMP0126 NEW behavior Setting `CMAKE_EXECUTABLE_FORMAT` as a normal variable is unnecessary because setting it as a cache entry already makes the value visible to the calling scope. Fixes: #22433