BUG: added arg0 to link libraries
This commit is contained in:
parent
5d133eeebc
commit
237f960c89
@ -50,8 +50,9 @@ bool cmTargetLinkLibrariesCommand::Invoke(std::vector<std::string>& args)
|
|||||||
}
|
}
|
||||||
// add libraries, nothe that there is an optional prefix
|
// add libraries, nothe that there is an optional prefix
|
||||||
// of debug and optimized than can be used
|
// of debug and optimized than can be used
|
||||||
for(std::vector<std::string>::iterator i = args.begin();
|
std::vector<std::string>::iterator i = args.begin();
|
||||||
i != args.end(); ++i)
|
|
||||||
|
for(++i; i != args.end(); ++i)
|
||||||
{
|
{
|
||||||
if (*i == "debug")
|
if (*i == "debug")
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user