Merge topic 'doc-list-append-nothing'

eec7834 list: Fix docs for APPEND to show that elements are optional
This commit is contained in:
Brad King 2013-10-15 09:33:28 -04:00 committed by CMake Topic Stage
commit cb51088f75
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public:
" list(LENGTH <list> <output variable>)\n"
" list(GET <list> <element index> [<element index> ...]\n"
" <output variable>)\n"
" list(APPEND <list> <element> [<element> ...])\n"
" list(APPEND <list> [<element> ...])\n"
" list(FIND <list> <value> <output variable>)\n"
" list(INSERT <list> <element_index> <element> [<element> ...])\n"
" list(REMOVE_ITEM <list> <value> [<value> ...])\n"