Merge topic 'update-find_package-docs'
b73e05d
Mention that IMPORTED targets may be created by a find_package call.
This commit is contained in:
commit
d74d154704
|
@ -95,7 +95,8 @@ void cmFindPackageCommand::GenerateDocumentation()
|
||||||
"Finds and loads settings from an external project. "
|
"Finds and loads settings from an external project. "
|
||||||
"<package>_FOUND will be set to indicate whether the package was found. "
|
"<package>_FOUND will be set to indicate whether the package was found. "
|
||||||
"When the package is found package-specific information is provided "
|
"When the package is found package-specific information is provided "
|
||||||
"through variables documented by the package itself. "
|
"through variables and imported targets documented by the package "
|
||||||
|
"itself. "
|
||||||
"The QUIET option disables messages if the package cannot be found. "
|
"The QUIET option disables messages if the package cannot be found. "
|
||||||
"The MODULE option disables the second signature documented below. "
|
"The MODULE option disables the second signature documented below. "
|
||||||
"The REQUIRED option stops processing with an error message if the "
|
"The REQUIRED option stops processing with an error message if the "
|
||||||
|
|
Loading…
Reference in New Issue