Merge topic 'xcode-rerun-issue-12616'
e8b8f0e
Xcode: Create separate rerun dependencies for subprojects (#12616)
This commit is contained in:
commit
f189c5d7d3
|
@ -458,8 +458,7 @@ void cmGlobalXCodeGenerator::CreateReRunCMakeFile(
|
||||||
std::vector<std::string>::iterator new_end =
|
std::vector<std::string>::iterator new_end =
|
||||||
std::unique(lfiles.begin(), lfiles.end());
|
std::unique(lfiles.begin(), lfiles.end());
|
||||||
lfiles.erase(new_end, lfiles.end());
|
lfiles.erase(new_end, lfiles.end());
|
||||||
std::string dir = mf->GetHomeOutputDirectory();
|
this->CurrentReRunCMakeMakefile = mf->GetStartOutputDirectory();
|
||||||
this->CurrentReRunCMakeMakefile = dir;
|
|
||||||
this->CurrentReRunCMakeMakefile += "/CMakeScripts";
|
this->CurrentReRunCMakeMakefile += "/CMakeScripts";
|
||||||
cmSystemTools::MakeDirectory(this->CurrentReRunCMakeMakefile.c_str());
|
cmSystemTools::MakeDirectory(this->CurrentReRunCMakeMakefile.c_str());
|
||||||
this->CurrentReRunCMakeMakefile += "/ReRunCMake.make";
|
this->CurrentReRunCMakeMakefile += "/ReRunCMake.make";
|
||||||
|
|
Loading…
Reference in New Issue