summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/File_Generate/WriteIfDifferent.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Use full output paths in file(GENERATE) callsBrad King2017-06-081-1/+1
| | | | | We don't define behavior for relative paths to the OUTPUT argument. Fix our tests to use full paths.
* file(GENERATE): Only write the file if content is different.Stephen Kelly2014-04-301-0/+5
No policy is used to control this behavior for now.