summaryrefslogtreecommitdiffstats
path: root/Source/cmVTKWrapTclCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-09-14 20:36:09 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-09-14 20:36:09 (GMT)
commit84ea4d85d1a4c9cb52f4299b795b985dc56b267e (patch)
tree8a9159109045c8fbc5191836b81e4d7b81ca2b93 /Source/cmVTKWrapTclCommand.cxx
parente197d3f219e80be8b3c6679dc7fd8a74d1772b52 (diff)
downloadCMake-84ea4d85d1a4c9cb52f4299b795b985dc56b267e.zip
CMake-84ea4d85d1a4c9cb52f4299b795b985dc56b267e.tar.gz
CMake-84ea4d85d1a4c9cb52f4299b795b985dc56b267e.tar.bz2
now uses five argument version of wrap commands
Diffstat (limited to 'Source/cmVTKWrapTclCommand.cxx')
-rw-r--r--Source/cmVTKWrapTclCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmVTKWrapTclCommand.cxx b/Source/cmVTKWrapTclCommand.cxx
index a81b049..6fa52d0 100644
--- a/Source/cmVTKWrapTclCommand.cxx
+++ b/Source/cmVTKWrapTclCommand.cxx
@@ -166,7 +166,6 @@ void cmVTKWrapTclCommand::FinalPass()
args.push_back(m_WrapHeaders[classNum]);
args.push_back(hints);
args.push_back((m_WrapClasses[classNum].IsAnAbstractClass() ? "0" : "1"));
- args.push_back(">");
std::string tmp = m_Makefile->GetCurrentOutputDirectory();
tmp += "/";
tmp += m_WrapClasses[classNum].GetSourceName() + ".cxx";