runebook icon indicating copy to clipboard operation
runebook copied to clipboard

zh-CN/docs/cmake/e7bd3f2095eeb16a4b91fecb15bbc55e0c20a33d/38

Open ultramanDecker opened this issue 2 years ago • 0 comments

Finds and loads settings from an external project. <PackageName>_FOUND will be set to indicate whether the package was found. When the package is found package-specific information is provided through variables and Imported Targets documented by the package itself. The QUIET option disables informational messages, including those indicating that the package cannot be found if it is not REQUIRED. The REQUIRED option stops processing with an error message if the package cannot be found.

查找并从外部项目加载设置。 <PackageName>_FOUND 将被设置为指示是否找到了软件包。找到软件包后,将通过软件包本身记录的变量和“ 导入的目标”提供特定于软件包的信息。所述 QUIET 选项禁用信息性消息,包括那些指示如果它不包无法找到 REQUIRED 。如果包不能被发现,所述 REQUIRED 选项将停止处理,并显示错误消息。

ultramanDecker avatar Aug 08 '22 11:08 ultramanDecker