cmake_command: Add command to INVOKE other commands by name

Fixes: #18392
This commit is contained in:
Cristian Adam
2020-01-26 18:31:48 +01:00
committed by Brad King
parent 3276f85fd7
commit 54e4f2ad45
29 changed files with 164 additions and 0 deletions
@@ -0,0 +1,6 @@
cmake_command
-------------
* The :command:`cmake_command()` command was added for meta-operations on
scripted or built-in commands, starting with a mode to ``INVOKE`` other
commands.