BUG: Fix implementation of CMP0006 to not override the BUNDLE destination with the RUNTIME destination.
This commit is contained in:
parent
456b5dab0f
commit
71872ac926
|
@ -536,7 +536,7 @@ bool cmInstallCommand::HandleTargetsMode(std::vector<std::string> const& args)
|
||||||
bundleGenerator = CreateInstallTargetGenerator(target, bundleArgs,
|
bundleGenerator = CreateInstallTargetGenerator(target, bundleArgs,
|
||||||
false);
|
false);
|
||||||
}
|
}
|
||||||
if(!runtimeArgs.GetDestination().empty())
|
else if(!runtimeArgs.GetDestination().empty())
|
||||||
{
|
{
|
||||||
bool failure = false;
|
bool failure = false;
|
||||||
if(this->CheckCMP0006(failure))
|
if(this->CheckCMP0006(failure))
|
||||||
|
|
Loading…
Reference in New Issue