summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-04-10 13:54:01 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-04-10 13:54:01 (GMT)
commit8b0c61c322f939f2d718e71c5c796df9d58c6cc2 (patch)
tree97ac5ffb8706d20e87523b667ccf7769c08db381 /Source/cmGlobalVisualStudio8Generator.cxx
parent5415b65067ed2eabaa1bb64a50ced230074dab53 (diff)
downloadCMake-8b0c61c322f939f2d718e71c5c796df9d58c6cc2.zip
CMake-8b0c61c322f939f2d718e71c5c796df9d58c6cc2.tar.gz
CMake-8b0c61c322f939f2d718e71c5c796df9d58c6cc2.tar.bz2
ENH: added internal target property for the name of the project file
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx
index 5029240..694c2db 100644
--- a/Source/cmGlobalVisualStudio8Generator.cxx
+++ b/Source/cmGlobalVisualStudio8Generator.cxx
@@ -184,9 +184,6 @@ void cmGlobalVisualStudio8Generator::WriteSLNFile(
continue;
}
cmMakefile* mf = generators[i]->GetMakefile();
- std::vector<std::string> dspnames =
- static_cast<cmLocalVisualStudio7Generator*>(generators[i])
- ->GetCreatedProjectNames();
cmTargets& tgts = mf->GetTargets();
for(cmTargets::iterator l = tgts.begin(); l != tgts.end(); ++l)
{