mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
COMP: Fix build on mac after change to GetSourceFiles signature.
This commit is contained in:
@@ -139,7 +139,7 @@ void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink)
|
||||
cmSystemTools::Error("could not find Mac OSX bundle template file.");
|
||||
}
|
||||
|
||||
std::vector<cmSourceFile*>::iterator sourceIt;
|
||||
std::vector<cmSourceFile*>::const_iterator sourceIt;
|
||||
for ( sourceIt = this->Target->GetSourceFiles().begin();
|
||||
sourceIt != this->Target->GetSourceFiles().end();
|
||||
++ sourceIt )
|
||||
|
||||
Reference in New Issue
Block a user