ENH: fix warning and also add back in build.make
This commit is contained in:
parent
9d8d6c14c1
commit
db3d203893
|
@ -101,11 +101,7 @@ void cmGlobalUnixMakefileGenerator3::Generate()
|
||||||
this->WriteMainCMakefile();
|
this->WriteMainCMakefile();
|
||||||
|
|
||||||
// now write the support Makefiles
|
// now write the support Makefiles
|
||||||
|
|
||||||
// we no longr use the build makefile, TODO remove this code and the code
|
|
||||||
// it makes use of later on
|
|
||||||
this->WriteBuildMakefile();
|
this->WriteBuildMakefile();
|
||||||
|
|
||||||
this->WriteCleanMakefile();
|
this->WriteCleanMakefile();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue