summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/File_Generate/ReRunCMake-result.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Remove unnecessary result files from RunCMake.File_GenerateBrad King2017-11-171-1/+0
| | | | The default result is "0" anyway.
* file(GENERATE): Re-run cmake when appropriate.Stephen Kelly2014-11-181-0/+1
Re-run if the input file changes or if the output file is removed. This only works with the Makefile generators currently. The limitation of the Ninja generator is tracked as issue #15256. The IDE generators will need larger refactoring as they currently rely on being able to determine the depends and output files at the start of generate-time, which is too early for the file(GENERATE) case.