summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/custom-command-output-genex.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/custom-command-output-genex.rst')
-rw-r--r--Help/release/dev/custom-command-output-genex.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/Help/release/dev/custom-command-output-genex.rst b/Help/release/dev/custom-command-output-genex.rst
deleted file mode 100644
index 471713a..0000000
--- a/Help/release/dev/custom-command-output-genex.rst
+++ /dev/null
@@ -1,11 +0,0 @@
-custom-command-output-genex
----------------------------
-
-* :command:`add_custom_command` and :command:`add_custom_target` now
- support :manual:`generator expressions <cmake-generator-expressions(7)>`
- in their ``OUTPUT`` and ``BYPRODUCTS`` options.
-
- Their ``COMMAND``, ``WORKING_DIRECTORY``, and ``DEPENDS`` options gained
- support for new generator expressions ``$<COMMAND_CONFIG:...>`` and
- ``$<OUTPUT_CONFIG:...>`` that control cross-config handling when using
- the :generator:`Ninja Multi-Config` generator.