Use the MANIFEST flag for non incremental linking as well.
This commit is contained in:
parent
e9a170b108
commit
327c561424
@ -4264,6 +4264,7 @@ int cmake::VisualStudioLinkNonIncremental(std::vector<std::string>& args,
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
// Run the link command as given
|
// Run the link command as given
|
||||||
|
linkCommand.push_back("/MANIFEST");
|
||||||
if(!cmake::RunCommand("LINK", linkCommand, verbose))
|
if(!cmake::RunCommand("LINK", linkCommand, verbose))
|
||||||
{
|
{
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user