cmake_language: Add signature to DEFER calls to later times

Fixes: #19575
This commit is contained in:
Brad King
2020-09-21 13:51:35 -04:00
parent 9880549405
commit e8b0359a43
143 changed files with 1038 additions and 25 deletions
@@ -0,0 +1,5 @@
cmake_language-DEFER
--------------------
* The :command:`cmake_language` command gained a ``DEFER`` mode to
schedule command calls to occur at the end of processing a directory.