Merge topic 'partial-fix-10743'

9e62ac0 Improve documentation of OPTION command.
This commit is contained in:
Brad King 2010-08-31 14:26:12 -04:00 committed by CMake Topic Stage
commit 776a50e175

View File

@ -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."
;
}
/**