diff options
Diffstat (limited to 'Source/cmSetCommand.h')
-rw-r--r-- | Source/cmSetCommand.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmSetCommand.h b/Source/cmSetCommand.h index b168be0..0556053 100644 --- a/Source/cmSetCommand.h +++ b/Source/cmSetCommand.h @@ -87,7 +87,10 @@ public: "then this always writes into the current makefile. The FORCE option " "will overwrite the CACHE value removing any changes by the USER.\n" " SET(VAR VALUE1 ... VALUEN).\n" - "In this case VAR is set to a ; separated list of values."; + "In this case VAR is set to a ; separated list of values.\n" + "VAR can be an environment variable such as:\n" + " SET( ENV{PATH} /home/martink )\n" + "in which case the environment variable will be set."; } cmTypeMacro(cmSetCommand, cmCommand); |