mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 07:11:05 -06:00
cmGlobalGenerator: Port global target creation to cmMakefile.
This commit is contained in:
@@ -2247,7 +2247,7 @@ inline std::string removeQuotes(const std::string& s)
|
||||
|
||||
void cmGlobalGenerator::CreateDefaultGlobalTargets(cmTargets* targets)
|
||||
{
|
||||
cmMakefile* mf = this->LocalGenerators[0]->GetMakefile();
|
||||
cmMakefile* mf = this->Makefiles[0];
|
||||
const char* cmakeCfgIntDir = this->GetCMakeCFGIntDir();
|
||||
|
||||
// CPack
|
||||
|
||||
Reference in New Issue
Block a user