You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function calls `find_package(${dependency} [CONFIG] REQUIRED)` for all dependencies required and binds them to the target.
14
+
This macro calls `find_package(${dependency} [CONFIG] REQUIRED)` for all dependencies required and binds them to the target.
15
15
16
16
Properties named `PROJECT_OPTIONS_<PRIVATE|PUBLIC|INTERFACE>[_CONFIG]_DEPENDENCIES` will be created in `target_name` to represent corresponding dependencies.
17
17
When adding the target to `package_project`, directories in this property will be automatically added.
0 commit comments