v.20.10Build/Testing/Packaging Improvement
CMake File Updates: Option Descriptions, Defaults, and Removals
In CMake files: - Moved some options' descriptions' parts to comments above. - Replace 0 ->OFF, 1 ->ONinoptions default values. - Added some descriptions and links to docs to the options. - ReplacedFUZZERoption (there is another optionENABLE_FUZZINGwhich also enables same functionality). - RemovedENABLE_GTEST_LIBRARYoption as there isENABLE_TESTS. See the full description in PR: #14711 (Mike).