summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExportWithoutLanguage/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* export: Error when exporting a target without a languageBen Boeckel2013-07-251-0/+3
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.