summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExportWithoutLanguage/NoLanguage-result.txt
Commit message (Collapse)AuthorAgeFilesLines
* export: Error when exporting a target without a languageBen Boeckel2013-07-251-0/+1
First, it prevents a NULL dereference and second it reiterates that targets without languages are not supported by CMake. Add a RunCMake.ExportWithoutLanguage test exporting a library without a languages.