mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
BUG: fix for bug 7427, preinstall target name hard coded
This commit is contained in:
@@ -1565,7 +1565,7 @@ void cmGlobalGenerator::CreateDefaultGlobalTargets(cmTargets* targets)
|
||||
cpackCommandLines.push_back(singleLine);
|
||||
if ( this->GetPreinstallTargetName() )
|
||||
{
|
||||
depends.push_back("preinstall");
|
||||
depends.push_back(this->GetPreinstallTargetName());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user