mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
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
7 lines
256 B
ReStructuredText
7 lines
256 B
ReStructuredText
file_configure
|
|
--------------
|
|
|
|
* The :command:`file(CONFIGURE)` subcommand was created in order replicate the
|
|
:command:`configure_file` functionality without resorting to a pre-existing
|
|
file on disk as input. The content is instead passed as a string.
|