mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
Add documentation for the CMAKE_DISABLE_FIND_PACKAGE_<Name> switch
Alex
This commit is contained in:
@@ -335,6 +335,10 @@ void cmFindPackageCommand::GenerateDocumentation()
|
||||
this->CommandDocumentation += this->GenericDocumentationPathsOrder;
|
||||
this->CommandDocumentation +=
|
||||
"\n"
|
||||
"Every non-REQUIRED find_package() call can be disabled by setting the "
|
||||
"variable CMAKE_DISABLE_FIND_PACKAGE_<package> to TRUE. See the "
|
||||
"documentation for the CMAKE_DISABLE_FIND_PACKAGE_<package> variable for "
|
||||
"more information.\n"
|
||||
"See the cmake_policy() command documentation for discussion of the "
|
||||
"NO_POLICY_SCOPE option."
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user