summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/File_Configure/NewLineStyle-ValidArg.cmake
Commit message (Collapse)AuthorAgeFilesLines
* file(CONFIGURE): Use text mode for default OUTPUT contentCristian Adam2021-02-021-1/+5
| | | | | | This affects only Windows where \n will be translated as \r\n Fixes: #21769
* file(CONFIGURE): Fix newlines in CONTENTCristian Adam2021-01-291-1/+6
| | | | Fixes: #21749
* file: Add CONFIGURE subcommandLeander Beernaert2020-03-091-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