summaryrefslogtreecommitdiff
path: root/Source/cmCMakeLanguageCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmake_language: check CALL with control commandMarc Chevrier2020-05-261-0/+26
| | | | Fixes: #20739
* cmake_language: Rename command from cmake_commandBrad King2020-05-211-0/+111
Also rename the `INVOKE` signature to `CALL`. Fixes: #20732