mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 02:38:37 -06:00
Remove debug stuff
This commit is contained in:
@@ -85,7 +85,7 @@ int cmGlobalVisualStudio6Generator::TryCompile(const char *,
|
||||
makeCommand += "ALL_BUILD";
|
||||
}
|
||||
makeCommand += " - Debug\"";
|
||||
|
||||
|
||||
int retVal;
|
||||
if (!cmSystemTools::RunCommand(makeCommand.c_str(), *output, retVal))
|
||||
{
|
||||
@@ -95,10 +95,6 @@ int cmGlobalVisualStudio6Generator::TryCompile(const char *,
|
||||
return 1;
|
||||
}
|
||||
cmSystemTools::ChangeDirectory(cwd.c_str());
|
||||
if (retVal)
|
||||
{
|
||||
cmSystemTools::Error("Generator: msdev returned a failure.");
|
||||
}
|
||||
return retVal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user