From b620dc566de2b2f4c115c027151c34d3e08e255c Mon Sep 17 00:00:00 2001 From: Shane Parris Date: Mon, 10 Feb 2020 17:30:17 -0500 Subject: file: Fix GLOB_RECURSE LIST_DIRECTORIES documentation regarding CMP0009 --- Help/command/file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- cgit v0.12