|
|
@@ -811,7 +811,7 @@ void cmTarget::GetDirectLinkLibraries(const char *config,
|
|
|
|
|
|
//----------------------------------------------------------------------------
|
|
|
void cmTarget::GetInterfaceLinkLibraries(const char *config,
|
|
|
- std::vector<std::string> &libs, cmTarget *head)
|
|
|
+ std::vector<std::string> &libs, cmTarget *head) const
|
|
|
{
|
|
|
const char *prop = this->GetProperty("INTERFACE_LINK_LIBRARIES");
|
|
|
if (prop)
|