diff options
author | Brad King <brad.king@kitware.com> | 2010-08-31 18:26:12 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-08-31 18:26:12 (GMT) |
commit | 776a50e17559fd04f54615a343249f726065e4b2 (patch) | |
tree | 71106ad1183f7e8804f4bb5a6efdb5aab9193e59 /Source | |
parent | b3f878d0130e4616e9526b0522867ae296405b88 (diff) | |
parent | 9e62ac0b400c5aff953b74c8f8187ba9f4f71969 (diff) | |
download | CMake-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.h | 5 |
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." + ; } /** |