summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio71Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-09-14 09:19:21 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2004-09-14 09:19:21 -0400
commitd3855438656484207b3d28b3b65b623c8f9e5a00 (patch)
tree7c6a3d7bd52907914dc6e8a3ec8e993f83471b32 /Source/cmGlobalVisualStudio71Generator.cxx
parente6c7707022bb6a9977dbe372cb40cfb6ef415e5f (diff)
downloadcmake-d3855438656484207b3d28b3b65b623c8f9e5a00.tar.gz
BUG: fix include external project bug
Diffstat (limited to 'Source/cmGlobalVisualStudio71Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio71Generator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio71Generator.cxx b/Source/cmGlobalVisualStudio71Generator.cxx
index 315b2aa0ef..a65fc677c2 100644
--- a/Source/cmGlobalVisualStudio71Generator.cxx
+++ b/Source/cmGlobalVisualStudio71Generator.cxx
@@ -128,7 +128,6 @@ void cmGlobalVisualStudio71Generator::WriteSLNFile(std::ostream& fout,
depends.push_back(cc.GetOutput());
this->WriteExternalProject(fout, stuff[0].c_str(),
stuff[1].c_str(), depends);
- ++si;
}
else
{