diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-01-07 14:22:30 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-01-07 14:22:30 (GMT) |
commit | a8620773f3b934752062015a0df9fbe100e10dc7 (patch) | |
tree | 90bebd1cd8cea73233c493b9f06e5f96535feef2 /Source/cmGlobalVisualStudio6Generator.cxx | |
parent | 5d987e4a3fbb3a2ba2ab8a76d9c544f85c1cc904 (diff) | |
download | CMake-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.cxx | 1 |
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 { |