mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
cmMakefile: Remove superfluous overload
Explicit is better than implicit.
This commit is contained in:
@@ -30,7 +30,7 @@ bool cmLinkLibrariesCommand::InitialPass(std::vector<std::string> const& args,
|
||||
}
|
||||
this->Makefile->AddLinkLibrary(*i, OPTIMIZED_LibraryType);
|
||||
} else {
|
||||
this->Makefile->AddLinkLibrary(*i);
|
||||
this->Makefile->AddLinkLibrary(*i, GENERAL_LibraryType);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user