Improve documentation of OPTION command.

Point via see also phrasing to the CMakeDependentOption module.
This commit is contained in:
David Cole 2010-08-25 15:23:18 -04:00
parent c4f7034efb
commit 9e62ac0b40
1 changed files with 4 additions and 1 deletions

View File

@ -59,7 +59,10 @@ public:
" option(<option_variable> \"help string describing option\"\n" " option(<option_variable> \"help string describing option\"\n"
" [initial value])\n" " [initial value])\n"
"Provide an option for the user to select as ON or OFF. If no " "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."
;
} }
/** /**