diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-11 02:15:09 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-11 02:15:09 (GMT) |
commit | e2c41d8436f8c82bd269ee831b23b98aafd9bb5a (patch) | |
tree | 51802bd4898d24d77f1ca62ed6f4117a0cc62f99 /Source/cmFileCommand.h | |
parent | ec4fbc338c6f5ed25700cd453326f90cc1313f39 (diff) | |
download | CMake-e2c41d8436f8c82bd269ee831b23b98aafd9bb5a.zip CMake-e2c41d8436f8c82bd269ee831b23b98aafd9bb5a.tar.gz CMake-e2c41d8436f8c82bd269ee831b23b98aafd9bb5a.tar.bz2 |
ENH: move changes from main tree
Diffstat (limited to 'Source/cmFileCommand.h')
-rw-r--r-- | Source/cmFileCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h index 926a0ad..249cbb6 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -68,7 +68,8 @@ public: " FILE(APPEND filename \"message to write\"... )\n" " FILE(READ filename variable)\n" " FILE(GLOB variable [RELATIVE path] [globbing expressions]...)\n" - " FILE(GLOB_RECURSE variable [RELATIVE path] [globbing expressions]...)\n" + " FILE(GLOB_RECURSE variable [RELATIVE path] \n" + " [globbing expressions]...)\n" " FILE(REMOVE [directory]...)\n" " FILE(REMOVE_RECURSE [directory]...)\n" " FILE(MAKE_DIRECTORY [directory]...)\n" |