Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file(CONFIGURE): Use text mode for default OUTPUT content | Cristian Adam | 2021-02-02 | 1 | -1/+5 |
| | | | | | | This affects only Windows where \n will be translated as \r\n Fixes: #21769 | ||||
* | file(CONFIGURE): Fix newlines in CONTENT | Cristian Adam | 2021-01-29 | 1 | -1/+6 |
| | | | | Fixes: #21749 | ||||
* | file: Add CONFIGURE subcommand | Leander Beernaert | 2020-03-09 | 1 | -0/+20 |
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 |