summaryrefslogtreecommitdiffstats
path: root/Source/cmCMakeCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmake_language: Rename command from cmake_commandBrad King2020-05-211-111/+0
| | | | | | Also rename the `INVOKE` signature to `CALL`. Fixes: #20732
* cmake_command: Expand INVOKE function name argumentCristian Adam2020-05-191-21/+51
| | | | Fixes: #20707
* cmake_command: Preserve arguments to INVOKE functionCristian Adam2020-05-121-6/+19
| | | | Fixes: #20630
* cmake_command: Add command to EVAL a CMake script as a stringCristian Adam2020-03-031-3/+24
|
* cmake_command: Add command to INVOKE other commands by nameCristian Adam2020-02-251-0/+47
Fixes: #18392