mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
BUG: Fix implementation of CMP0006 to not override the BUNDLE destination with the RUNTIME destination.
This commit is contained in:
@@ -536,7 +536,7 @@ bool cmInstallCommand::HandleTargetsMode(std::vector<std::string> const& args)
|
||||
bundleGenerator = CreateInstallTargetGenerator(target, bundleArgs,
|
||||
false);
|
||||
}
|
||||
if(!runtimeArgs.GetDestination().empty())
|
||||
else if(!runtimeArgs.GetDestination().empty())
|
||||
{
|
||||
bool failure = false;
|
||||
if(this->CheckCMP0006(failure))
|
||||
|
||||
Reference in New Issue
Block a user