diff options
author | Shane Parris <shane.lee.parris@gmail.com> | 2020-02-10 22:30:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-02-11 13:45:35 (GMT) |
commit | b620dc566de2b2f4c115c027151c34d3e08e255c (patch) | |
tree | 87a73e1c22d1728c03057adf4ec70964308c3b3a /Help/command/file.rst | |
parent | 715f90bdd99b7343034551100aa6e70d24170d24 (diff) | |
download | CMake-b620dc566de2b2f4c115c027151c34d3e08e255c.zip CMake-b620dc566de2b2f4c115c027151c34d3e08e255c.tar.gz CMake-b620dc566de2b2f4c115c027151c34d3e08e255c.tar.bz2 |
file: Fix GLOB_RECURSE LIST_DIRECTORIES documentation regarding CMP0009
Diffstat (limited to 'Help/command/file.rst')
-rw-r--r-- | Help/command/file.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst index b186177..df7d8ba 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -540,7 +540,7 @@ are only traversed if ``FOLLOW_SYMLINKS`` is given or policy By default ``GLOB_RECURSE`` omits directories from result list - setting ``LIST_DIRECTORIES`` to true adds directories to result list. 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:: |