mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
Improve documentation of OPTION command.
Point via see also phrasing to the CMakeDependentOption module.
This commit is contained in:
@@ -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."
|
||||
;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user