diff options
Diffstat (limited to 'Source/cmSetCommand.h')
-rw-r--r-- | Source/cmSetCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSetCommand.h b/Source/cmSetCommand.h index 39d0bc3..c2b65c4 100644 --- a/Source/cmSetCommand.h +++ b/Source/cmSetCommand.h @@ -66,8 +66,8 @@ public: virtual const char* GetFullDocumentation() { return - " set(<variable> <value> [[CACHE <type> <docstring> [FORCE]] | " - "PARENT_SCOPE])\n" + " set(<variable> <value>\n" + " [[CACHE <type> <docstring> [FORCE]] | PARENT_SCOPE])\n" "Within CMake sets <variable> to the value <value>. <value> is expanded" " before <variable> is set to it. If CACHE is present, then the " "<variable> is put in the cache. <type> and <docstring> are then " |