summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-09-14 11:39:08 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-09-14 11:39:24 (GMT)
commit01b9d039e71aaaf69cf23330fc4129e888e40ea0 (patch)
treeaa45ef102376d63ecc7789fedc87bb03dba2572f /Help
parent9c7bf6974f7e50e795e0ca960834909e14cdd7a0 (diff)
parent31f73eb12dd0888efc61c0333539d1354c7268ce (diff)
downloadCMake-01b9d039e71aaaf69cf23330fc4129e888e40ea0.zip
CMake-01b9d039e71aaaf69cf23330fc4129e888e40ea0.tar.gz
CMake-01b9d039e71aaaf69cf23330fc4129e888e40ea0.tar.bz2
Merge topic 'get_filename_component-fix-program-split'
31f73eb1 get_filename_component: Revise PROGRAM/PROGRAM_ARGS split semantics Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1251
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/get_filename_component-fix-program-split.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/get_filename_component-fix-program-split.rst b/Help/release/dev/get_filename_component-fix-program-split.rst
new file mode 100644
index 0000000..55c8719
--- /dev/null
+++ b/Help/release/dev/get_filename_component-fix-program-split.rst
@@ -0,0 +1,9 @@
+get_filename_component-fix-program-split
+----------------------------------------
+
+* The :command:`get_filename_component` ``PROGRAM`` mode semantics
+ have been revised to not tolerate unquoted spaces in the path
+ to the program while also accepting arguments. While technically
+ incompatible with the old behavior, it is expected that behavior
+ under typical use cases with properly-quoted command-lines has
+ not changed.