summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-07-21 18:43:14 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-07-21 18:43:14 (GMT)
commit0e1de8a9f25660f5f5c98176fc116646a43786d1 (patch)
tree6bb4abc5b82e8cba82c20907a42f4a797efce256 /Source/cmFileCommand.h
parent4d311988b9be634980b9a188e226a0eb5a69359b (diff)
downloadCMake-0e1de8a9f25660f5f5c98176fc116646a43786d1.zip
CMake-0e1de8a9f25660f5f5c98176fc116646a43786d1.tar.gz
CMake-0e1de8a9f25660f5f5c98176fc116646a43786d1.tar.bz2
ENH: Fix comment
Diffstat (limited to 'Source/cmFileCommand.h')
-rw-r--r--Source/cmFileCommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h
index 0f02239..ed8ad0a 100644
--- a/Source/cmFileCommand.h
+++ b/Source/cmFileCommand.h
@@ -71,6 +71,7 @@ public:
" FILE(READ filename variable)\n"
" FILE(GLOB 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 "
"overwrites the file if it already exists, and creates the file "
"if it does not exists.\n"