mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
a6fee09484
Extend the `file()` command with a new `CONFIGURE` subcommand that behaves the same as `string(CONFIGURE)` except that it writes the resulting output immediately to a file. Fixes: #20388