summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-01-17 14:04:50 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2017-01-17 14:04:50 (GMT)
commitaa63ab6d3e7bf320f17a5364a596355e3ab976e0 (patch)
tree96a77958dda05beadf4c18f89cf52a77ac76d4b4 /Help/release
parent020cba316bb3a4d33da5108ab10d2c06b4712427 (diff)
parent7c8ab7ddc8944152a1344c43acbb8c57fa2d398a (diff)
downloadCMake-aa63ab6d3e7bf320f17a5364a596355e3ab976e0.zip
CMake-aa63ab6d3e7bf320f17a5364a596355e3ab976e0.tar.gz
CMake-aa63ab6d3e7bf320f17a5364a596355e3ab976e0.tar.bz2
Merge topic 'expand_custom_commands'
7c8ab7dd add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/expand_custom_commands.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/expand_custom_commands.rst b/Help/release/dev/expand_custom_commands.rst
new file mode 100644
index 0000000..c8cd897
--- /dev/null
+++ b/Help/release/dev/expand_custom_commands.rst
@@ -0,0 +1,7 @@
+expand_custom_commands
+----------------------
+
+* The commands :command:`add_custom_command` and :command:`add_custom_target`
+ learned the option ``COMMAND_EXPAND_LISTS`` which causes lists in the
+ ``COMMAND`` argument to be expanded, including lists created by generator
+ expressions.