mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 21:41:06 -05:00
cmTarget: Avoid copying container we don't need to copy.
This commit is contained in:
@@ -1220,7 +1220,7 @@ void cmTarget::GetDirectLinkLibraries(const std::string& config,
|
||||
&dagChecker),
|
||||
libs);
|
||||
|
||||
std::set<std::string> seenProps = cge->GetSeenTargetProperties();
|
||||
std::set<std::string> const& seenProps = cge->GetSeenTargetProperties();
|
||||
for (std::set<std::string>::const_iterator it = seenProps.begin();
|
||||
it != seenProps.end(); ++it)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user