summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/File_Configure/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* file(CONFIGURE): Add test cases covering missing mandatory optionsBrad King2022-07-051-0/+2
|
* file(configure): Order of named options should be specified in any orderAsit Dhal2020-12-131-1/+5
| | | | Fixes: #20915
* file(CONFIGURE): Allow angle brackets in contentCristian Adam2020-10-151-1/+1
| | | | Fixes: #21306
* file: Fix CONFIGURE output relative pathBrad King2020-06-291-0/+1
| | | | | | | | | In commit a6fee09484 (file: Add CONFIGURE subcommand, 2020-03-06, v3.18.0-rc1~584^2) we accidentally treated relative path outputs with respect to the current working directory. Treat them with respect to the current binary directory instead. Fixes: #20885
* file: Add CONFIGURE subcommandLeander Beernaert2020-03-091-0/+9
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