summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/File_Generate/SourceProperty-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* file(GENERATE): Test source propertiesJosef Angstenberger2020-08-191-0/+10
Output files get the source property `GENERATED` which is indirectly checked by adding them to a library. For a missing file that is not generated CMake will abort. With the new behavior according CMP0070 relative files are generated into the binary directory.