mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmGlobalXCodeGenerator: Remove unused local variable settings
This commit is contained in:
@@ -2540,10 +2540,6 @@ void cmGlobalXCodeGenerator::CreateBuildSettings(cmGeneratorTarget* gtgt,
|
||||
buildSettings->AddAttribute("EXECUTABLE_SUFFIX",
|
||||
this->CreateString(pnsuffix));
|
||||
} else if (gtgt->GetType() == cmStateEnums::OBJECT_LIBRARY) {
|
||||
pnprefix = "lib";
|
||||
pnbase = gtgt->GetName();
|
||||
pnsuffix = ".a";
|
||||
|
||||
std::string pncdir = this->GetObjectsDirectory(
|
||||
this->CurrentProject, configName, gtgt, OBJECT_LIBRARY_ARTIFACT_DIR);
|
||||
buildSettings->AddAttribute("CONFIGURATION_BUILD_DIR",
|
||||
|
||||
Reference in New Issue
Block a user