Skip to content

Commit 96fdd97

Browse files
vadimeisenbergibmaciidgh
authored andcommitted
clarify target dependency in a package dependency
target dependency cannot be a target in a package dependency, it can be a product in a package dependency
1 parent ee85d0e commit 96fdd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/PackageDescriptionV4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ The above manifest declares two target, `Foo` and `Bar`. `Bar` is a test target
242242
which depends on `Foo`. The Package Manager will automatically search for the
243243
targets inside package in the [predefined search paths](#target-format-reference).
244244

245-
A target dependency can either be another target in the same package or a target
245+
A target dependency can either be another target in the same package or a product
246246
in one of its package dependencies. All target dependencies, internal or
247247
external, must be explicitly declared.
248248

0 commit comments

Comments
 (0)