ENH: Fix comment

This commit is contained in:
Andy Cedilnik 2003-07-21 14:43:14 -04:00
parent 4d311988b9
commit 0e1de8a9f2
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ public:
" FILE(READ filename variable)\n" " FILE(READ filename variable)\n"
" FILE(GLOB variable [globbing expressions]...)\n" " FILE(GLOB variable [globbing expressions]...)\n"
" FILE(GLOB_RECURSE variable [globbing expressions]...)\n" " FILE(GLOB_RECURSE variable [globbing expressions]...)\n"
" FILE(MAKE_DIRECTORY [directory]...)\n"
"WRITE will write a message into a file called 'filename'. It " "WRITE will write a message into a file called 'filename'. It "
"overwrites the file if it already exists, and creates the file " "overwrites the file if it already exists, and creates the file "
"if it does not exists.\n" "if it does not exists.\n"