BUG: Correct typo in documentation: or -> of

This commit is contained in:
David Cole 2008-08-23 13:47:24 -04:00
parent ccf603f0c2
commit 0f2fa9a27f
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ public:
"GLOB_RECURSE will generate similar list as the regular GLOB, except " "GLOB_RECURSE will generate similar list as the regular GLOB, except "
"it will traverse all the subdirectories of the matched directory and " "it will traverse all the subdirectories of the matched directory and "
"match the files. Subdirectories that are symlinks are traversed by " "match the files. Subdirectories that are symlinks are traversed by "
"default to match the behavior or older CMake releases. Use " "default to match the behavior of older CMake releases. Use "
"RECURSE_SYMLINKS_OFF to prevent recursion through symlinks.\n" "RECURSE_SYMLINKS_OFF to prevent recursion through symlinks.\n"
"Examples of recursive globbing include:\n" "Examples of recursive globbing include:\n"
" /dir/*.py - match all python files in /dir and subdirectories\n" " /dir/*.py - match all python files in /dir and subdirectories\n"