summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-01-07 14:22:30 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-01-07 14:22:30 (GMT)
commita8620773f3b934752062015a0df9fbe100e10dc7 (patch)
tree90bebd1cd8cea73233c493b9f06e5f96535feef2 /Source/cmGlobalVisualStudio6Generator.cxx
parent5d987e4a3fbb3a2ba2ab8a76d9c544f85c1cc904 (diff)
downloadCMake-a8620773f3b934752062015a0df9fbe100e10dc7.zip
CMake-a8620773f3b934752062015a0df9fbe100e10dc7.tar.gz
CMake-a8620773f3b934752062015a0df9fbe100e10dc7.tar.bz2
BUG: fix crash in external dsp include
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.cxx b/Source/cmGlobalVisualStudio6Generator.cxx
index 4134f49..97789ea 100644
--- a/Source/cmGlobalVisualStudio6Generator.cxx
+++ b/Source/cmGlobalVisualStudio6Generator.cxx
@@ -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
{