mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
cmGlobalGenerator: Avoid referencing CMAKE_CFG_INTDIR
This commit is contained in:
@@ -2911,7 +2911,7 @@ void cmGlobalGenerator::AddGlobalTarget_Install(
|
||||
singleLine.push_back(cfgArg);
|
||||
cfgArg = "-DEFFECTIVE_PLATFORM_NAME=$(EFFECTIVE_PLATFORM_NAME)";
|
||||
} else {
|
||||
cfgArg += *mf->GetDefinition("CMAKE_CFG_INTDIR");
|
||||
cfgArg += this->GetCMakeCFGIntDir();
|
||||
}
|
||||
singleLine.push_back(cfgArg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user