STYLE: Fix comment on cmTarget::LinkInterface
The comment had a typo and was longer than necessary.
This commit is contained in:
parent
34f78ee552
commit
94a4a614ca
|
@ -236,9 +236,8 @@ public:
|
||||||
|
|
||||||
bool IsImported() const {return this->IsImportedTarget;}
|
bool IsImported() const {return this->IsImportedTarget;}
|
||||||
|
|
||||||
/** The link interface specifies the transitive librarty
|
/** The link interface specifies transitive library dependencies and
|
||||||
dependencies and other information needed by targets that link
|
other information needed by targets that link to this target. */
|
||||||
to this target. */
|
|
||||||
struct LinkInterface
|
struct LinkInterface
|
||||||
{
|
{
|
||||||
// Libraries listed in the interface.
|
// Libraries listed in the interface.
|
||||||
|
|
Loading…
Reference in New Issue