mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
ENH: added LIMIT on file read
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
return
|
||||
" FILE(WRITE filename \"message to write\"... )\n"
|
||||
" FILE(APPEND filename \"message to write\"... )\n"
|
||||
" FILE(READ filename variable)\n"
|
||||
" FILE(READ filename variable [LIMIT numBytes])\n"
|
||||
" FILE(GLOB variable [RELATIVE path] [globbing expressions]...)\n"
|
||||
" FILE(GLOB_RECURSE variable [RELATIVE path] \n"
|
||||
" [globbing expressions]...)\n"
|
||||
|
||||
Reference in New Issue
Block a user