Browse Source

Merge topic 'xcode-dead-code'

b8a2ce0484 cmGlobalXCodeGenerator: Remove dead buildsystem version check

Acked-by: Kitware Robot <[email protected]>
Reviewed-by: Raul Tambre <[email protected]>
Merge-request: !6568
Brad King 4 years ago
parent
commit
84673a8243
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Source/cmGlobalXCodeGenerator.cxx

+ 0 - 3
Source/cmGlobalXCodeGenerator.cxx

@@ -1756,9 +1756,6 @@ void cmGlobalXCodeGenerator::CreateCustomCommands(
       if (sourceFile->GetCustomCommand() &&
           visited.insert(sourceFile).second) {
         commands.push_back(*sourceFile->GetCustomCommand());
-        if (this->XcodeBuildSystem >= BuildSystem::Twelve) {
-          this->CustomCommandRoots[sourceFile].insert(gtgt);
-        }
       }
     }
     // create custom commands phase