浏览代码

file: Fix GLOB_RECURSE LIST_DIRECTORIES documentation regarding CMP0009

Shane Parris 5 年之前
父节点
当前提交
b620dc566d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Help/command/file.rst

+ 1 - 1
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::