diff options
author | Brad King <brad.king@kitware.com> | 2016-01-21 18:55:47 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-01-21 18:55:47 (GMT) |
commit | 563a6c7be09c73bdd7e0ee7b0c52dd9bbc20c50a (patch) | |
tree | 544da7508f62fb5cc78a3d4d3cd80289ee784b7f /Help | |
parent | 071c94eeac9811c8dbe7b6e627899051f1a18ec4 (diff) | |
parent | 1787269ef3c476ee1176c92c54e5b22f9cb7f3fe (diff) | |
download | CMake-563a6c7be09c73bdd7e0ee7b0c52dd9bbc20c50a.zip CMake-563a6c7be09c73bdd7e0ee7b0c52dd9bbc20c50a.tar.gz CMake-563a6c7be09c73bdd7e0ee7b0c52dd9bbc20c50a.tar.bz2 |
Merge topic 'cmake-E-time-quoting'
1787269e cmake: Fix `-E time` argument passing to child
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/cmake-E-time-quoting.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/cmake-E-time-quoting.rst b/Help/release/dev/cmake-E-time-quoting.rst new file mode 100644 index 0000000..23b17c5 --- /dev/null +++ b/Help/release/dev/cmake-E-time-quoting.rst @@ -0,0 +1,7 @@ +cmake-E-time-quoting +-------------------- + +* The :manual:`cmake(1)` ``-E time`` command now properly passes arguments + with spaces or special characters through to the child process. This + may break scripts that worked around the bug with their own extra + quoting or escaping. |