summaryrefslogtreecommitdiffstats
path: root/Source/cmSetCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-09-27 20:19:37 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-09-27 20:19:37 (GMT)
commiteb6bba34cd2fcef722f8db55d81beb6393e83744 (patch)
treeb289d39b56c0fff5ba4c564b2892046dfa4c0769 /Source/cmSetCommand.h
parentcc6d56182dd740d248e37dfe1139f4f2c56bba75 (diff)
downloadCMake-eb6bba34cd2fcef722f8db55d81beb6393e83744.zip
CMake-eb6bba34cd2fcef722f8db55d81beb6393e83744.tar.gz
CMake-eb6bba34cd2fcef722f8db55d81beb6393e83744.tar.bz2
BUG: fix doc string and allow a variable to be promoted from non-cache to cache
Diffstat (limited to 'Source/cmSetCommand.h')
-rw-r--r--Source/cmSetCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSetCommand.h b/Source/cmSetCommand.h
index 720a805..2b55bd9 100644
--- a/Source/cmSetCommand.h
+++ b/Source/cmSetCommand.h
@@ -70,7 +70,8 @@ public:
"SET(VAR [VALUE] [CACHE TYPE DOCSTRING])\n"
"Within CMAKE sets VAR to the value VALUE. VALUE is expanded before VAR "
"is set to it. If CACHE is present, then the VAR is put in the cache."
- " TYPE and DOCSTRING are required. If TYPE is INTERNAL, then the "
+ " TYPE and DOCSTRING are required. TYPE may be BOOL, PATH, FILEPATH, STRING, INTERNAL, "
+ "or STATIC. If TYPE is INTERNAL, then the "
" VALUE is Always written into the cache, replacing any values "
"existing in the cache. If it is not a CACHE VAR, then this always "
"writes into the current makefile.\n"