BUG: fix crash in external dsp include

This commit is contained in:
Bill Hoffman 2004-01-07 09:22:30 -05:00
parent 5d987e4a3f
commit a8620773f3
1 changed files with 0 additions and 1 deletions

View File

@ -280,7 +280,6 @@ void cmGlobalVisualStudio6Generator::WriteDSWFile(std::ostream& fout,
std::vector<std::string> depends;
depends.push_back(cc.GetOutput());
this->WriteExternalProject(fout, stuff[0].c_str(), stuff[1].c_str(), depends);
++si;
}
else
{