summaryrefslogtreecommitdiffstats
path: root/Source/cmVTKWrapPythonCommand.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/cmVTKWrapPythonCommand.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/cmVTKWrapPythonCommand.cxx')
-rw-r--r--Source/cmVTKWrapPythonCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmVTKWrapPythonCommand.cxx b/Source/cmVTKWrapPythonCommand.cxx
index 3dfdb46..1cfa218 100644
--- a/Source/cmVTKWrapPythonCommand.cxx
+++ b/Source/cmVTKWrapPythonCommand.cxx
@@ -134,7 +134,6 @@ void cmVTKWrapPythonCommand::FinalPass()
args.push_back(m_WrapHeaders[classNum]);
args.push_back(hints);
args.push_back((m_WrapClasses[classNum].IsAnAbstractClass() ? "0" : "1"));
- args.push_back(">");
args.push_back(res);
m_Makefile->AddCustomCommand(m_WrapHeaders[classNum].c_str(),
wpython.c_str(), args, depends,