summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-08-31 18:26:12 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2010-08-31 18:26:12 (GMT)
commit776a50e17559fd04f54615a343249f726065e4b2 (patch)
tree71106ad1183f7e8804f4bb5a6efdb5aab9193e59 /Source
parentb3f878d0130e4616e9526b0522867ae296405b88 (diff)
parent9e62ac0b400c5aff953b74c8f8187ba9f4f71969 (diff)
downloadCMake-776a50e17559fd04f54615a343249f726065e4b2.zip
CMake-776a50e17559fd04f54615a343249f726065e4b2.tar.gz
CMake-776a50e17559fd04f54615a343249f726065e4b2.tar.bz2
Merge topic 'partial-fix-10743'
9e62ac0 Improve documentation of OPTION command.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmOptionCommand.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmOptionCommand.h b/Source/cmOptionCommand.h
index 8670fc4..fa5abd8 100644
--- a/Source/cmOptionCommand.h
+++ b/Source/cmOptionCommand.h
@@ -59,7 +59,10 @@ public:
" option(<option_variable> \"help string describing option\"\n"
" [initial value])\n"
"Provide an option for the user to select as ON or OFF. If no "
- "initial value is provided, OFF is used.";
+ "initial value is provided, OFF is used.\n"
+ "If you have options that depend on the values of other "
+ "options, see the module help for CMakeDependentOption."
+ ;
}
/**