summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-05-24 12:43:31 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-05-24 12:43:31 (GMT)
commit79756b0e676c9e5e02ad13039ad092b78f64f63d (patch)
tree033fdc6513036fa3adafd205956903b25c285020 /Source/cmLocalVisualStudio7Generator.cxx
parente10e3bc86edd3b319f036a5e33a428863d0e91f8 (diff)
downloadCMake-79756b0e676c9e5e02ad13039ad092b78f64f63d.zip
CMake-79756b0e676c9e5e02ad13039ad092b78f64f63d.tar.gz
CMake-79756b0e676c9e5e02ad13039ad092b78f64f63d.tar.bz2
BUG: don't use non-imported target when cross compiling as commands in custom commands
STYLE: remove now invalid comments, use this-> Alex
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index f3b594d..54866e5 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -113,7 +113,6 @@ void cmLocalVisualStudio7Generator::OutputVCProjFile()
// Create the VCProj or set of VCProj's for libraries and executables
- // Call TraceVSDependencies on all targets
cmTargets &tgts = this->Makefile->GetTargets();
for(cmTargets::iterator l = tgts.begin();
l != tgts.end(); l++)