mirror of
https://github.com/reactos/CMake.git
synced 2025-02-04 02:47:29 +00:00
BUG: fix for bug 7427, preinstall target name hard coded
This commit is contained in:
parent
b2f041f6a8
commit
beeebcdc40
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user