|
@@ -728,7 +728,6 @@ int cmCTestLaunch::Main(int argc, const char* const argv[])
|
|
|
|
|
|
|
|
//----------------------------------------------------------------------------
|
|
//----------------------------------------------------------------------------
|
|
|
#include "cmGlobalGenerator.h"
|
|
#include "cmGlobalGenerator.h"
|
|
|
-#include "cmLocalGenerator.h"
|
|
|
|
|
#include "cmMakefile.h"
|
|
#include "cmMakefile.h"
|
|
|
#include "cmake.h"
|
|
#include "cmake.h"
|
|
|
#include <cmsys/auto_ptr.hxx>
|
|
#include <cmsys/auto_ptr.hxx>
|
|
@@ -739,8 +738,6 @@ void cmCTestLaunch::LoadConfig()
|
|
|
cm.SetHomeOutputDirectory("");
|
|
cm.SetHomeOutputDirectory("");
|
|
|
cmGlobalGenerator gg(&cm);
|
|
cmGlobalGenerator gg(&cm);
|
|
|
cmsys::auto_ptr<cmMakefile> mf(new cmMakefile(&gg, cm.GetCurrentSnapshot()));
|
|
cmsys::auto_ptr<cmMakefile> mf(new cmMakefile(&gg, cm.GetCurrentSnapshot()));
|
|
|
- cmsys::auto_ptr<cmLocalGenerator> lg(
|
|
|
|
|
- gg.CreateLocalGenerator(mf.get()));
|
|
|
|
|
std::string fname = this->LogDir;
|
|
std::string fname = this->LogDir;
|
|
|
fname += "CTestLaunchConfig.cmake";
|
|
fname += "CTestLaunchConfig.cmake";
|
|
|
if(cmSystemTools::FileExists(fname.c_str()) &&
|
|
if(cmSystemTools::FileExists(fname.c_str()) &&
|