diff options
author | Brad King <brad.king@kitware.com> | 2016-02-02 13:33:25 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-02-02 13:33:25 (GMT) |
commit | a5a5a6857241c21d306661d723b749839f4c6e1a (patch) | |
tree | 9261d8ed3775497315b3c1fadfda0b740fe46149 /Help/release/dev/cmake-E-time-quoting.rst | |
parent | 570e84b44b43c62539a47bc6cc2f18d7223114df (diff) | |
parent | ad701d9f013b5a40d6f241f334340d78c1083c1a (diff) | |
download | CMake-a5a5a6857241c21d306661d723b749839f4c6e1a.zip CMake-a5a5a6857241c21d306661d723b749839f4c6e1a.tar.gz CMake-a5a5a6857241c21d306661d723b749839f4c6e1a.tar.bz2 |
Merge topic 'doc-3.5-relnotes'
ad701d9f Help: Organize and revise 3.5 release notes
377a12b2 Help: Consolidate 3.5 release notes
Diffstat (limited to 'Help/release/dev/cmake-E-time-quoting.rst')
-rw-r--r-- | Help/release/dev/cmake-E-time-quoting.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Help/release/dev/cmake-E-time-quoting.rst b/Help/release/dev/cmake-E-time-quoting.rst deleted file mode 100644 index 23b17c5..0000000 --- a/Help/release/dev/cmake-E-time-quoting.rst +++ /dev/null @@ -1,7 +0,0 @@ -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. |