diff options
author | Brad King <brad.king@kitware.com> | 2018-06-14 17:55:15 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-06-14 17:55:57 (GMT) |
commit | 575f97763f08f0358cb5ccb4ac937d1610cbbbf7 (patch) | |
tree | 3388699ede0899555f93a56adcf103a539b1b5a9 /Help/release/dev | |
parent | 65ee7d1cc399c5cac25d97827f32e8c5ba60b419 (diff) | |
parent | 49a51a61d75741645c824e45abeac215483b297e (diff) | |
download | CMake-575f97763f08f0358cb5ccb4ac937d1610cbbbf7.zip CMake-575f97763f08f0358cb5ccb4ac937d1610cbbbf7.tar.gz CMake-575f97763f08f0358cb5ccb4ac937d1610cbbbf7.tar.bz2 |
Merge topic 'list_sort'
49a51a61d7 list: Add options to control the SORT comparison operation
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2065
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/list_sort.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/list_sort.rst b/Help/release/dev/list_sort.rst new file mode 100644 index 0000000..8971b78 --- /dev/null +++ b/Help/release/dev/list_sort.rst @@ -0,0 +1,5 @@ +list_sort +--------- + +* The :command:`list(SORT)` command gained options to control the + comparison operation used to order the entries. |