mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 17:56:26 +00:00
Merge topic 'doc-file-GLOB-sorted'
75ca5f04
Help: Document that file(GLOB) result is sorted
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1098
This commit is contained in:
commit
70c326f0f1
@ -105,9 +105,7 @@ Generate a list of files that match the ``<globbing-expressions>`` and
|
||||
store it into the ``<variable>``. Globbing expressions are similar to
|
||||
regular expressions, but much simpler. If ``RELATIVE`` flag is
|
||||
specified, the results will be returned as relative paths to the given
|
||||
path. No specific order of results is defined other than that it is
|
||||
deterministic. If order is important then sort the list explicitly
|
||||
(e.g. using the :command:`list(SORT)` command).
|
||||
path. The results will be ordered lexicographically.
|
||||
|
||||
By default ``GLOB`` lists directories - directories are omited in result if
|
||||
``LIST_DIRECTORIES`` is set to false.
|
||||
|
Loading…
Reference in New Issue
Block a user