mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
Use cmSourceFile::GetIsGenerated
This commit is contained in:
@@ -2460,7 +2460,7 @@ cmXCodeObject* cmGlobalXCodeGenerator::CreateUtilityTarget(
|
||||
this->AddXCodeProjBuildRule(gtgt, sources);
|
||||
|
||||
for (auto sourceFile : sources) {
|
||||
if (!sourceFile->GetPropertyAsBool("GENERATED")) {
|
||||
if (!sourceFile->GetIsGenerated()) {
|
||||
this->CreateXCodeFileReference(sourceFile, gtgt);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user