summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakeCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* cmake_language: Rename command from cmake_commandBrad King2020-05-211-20/+0
| | | | | | Also rename the `INVOKE` signature to `CALL`. Fixes: #20732
* cmake_command: Preserve arguments to INVOKE functionCristian Adam2020-05-121-2/+2
| | | | Fixes: #20630
* cmake_command: Add command to INVOKE other commands by nameCristian Adam2020-02-251-0/+20
Fixes: #18392