mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
file: Fix GLOB_RECURSE LIST_DIRECTORIES documentation regarding CMP0009
This commit is contained in:
@@ -540,7 +540,7 @@ are only traversed if ``FOLLOW_SYMLINKS`` is given or policy
|
|||||||
By default ``GLOB_RECURSE`` omits directories from result list - setting
|
By default ``GLOB_RECURSE`` omits directories from result list - setting
|
||||||
``LIST_DIRECTORIES`` to true adds directories to result list.
|
``LIST_DIRECTORIES`` to true adds directories to result list.
|
||||||
If ``FOLLOW_SYMLINKS`` is given or policy :policy:`CMP0009` is not set to
|
If ``FOLLOW_SYMLINKS`` is given or policy :policy:`CMP0009` is not set to
|
||||||
``OLD`` then ``LIST_DIRECTORIES`` treats symlinks as directories.
|
``NEW`` then ``LIST_DIRECTORIES`` treats symlinks as directories.
|
||||||
|
|
||||||
Examples of recursive globbing include::
|
Examples of recursive globbing include::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user