summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ToolchainFile
Commit message (Collapse)AuthorAgeFilesLines
* Diagnose recursive project/enable_language without crashing (#15999)Brad King2016-03-0710-0/+26
Calling `project()` or `enable_language()` from a toolchain file will infinitely recurse since those commands load the toolchain file. Diagnose and reject this case with an error message instead of crashing when the stack eventually overflows.