summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/File_Configure/BadArg-result.txt
Commit message (Collapse)AuthorAgeFilesLines
* file(configure): Order of named options should be specified in any orderAsit Dhal2020-12-131-1/+0
| | | | Fixes: #20915
* file: Add CONFIGURE subcommandLeander Beernaert2020-03-091-0/+1
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