diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-04-12 19:34:09 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-04-12 19:34:09 (GMT) |
commit | e40aaa57c36387fdd8ecf6ffab0021a086dad969 (patch) | |
tree | 72fc95ac1ae033e888b906cffcc483d21cd61330 /Source/cmWrapTclCommand.cxx | |
parent | fb6c4b8710ea6023a2a55dddd7b0034c20f68705 (diff) | |
download | CMake-e40aaa57c36387fdd8ecf6ffab0021a086dad969.zip CMake-e40aaa57c36387fdd8ecf6ffab0021a086dad969.tar.gz CMake-e40aaa57c36387fdd8ecf6ffab0021a086dad969.tar.bz2 |
some bug fixes
Diffstat (limited to 'Source/cmWrapTclCommand.cxx')
-rw-r--r-- | Source/cmWrapTclCommand.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmWrapTclCommand.cxx b/Source/cmWrapTclCommand.cxx index 931af36..a7c0c12 100644 --- a/Source/cmWrapTclCommand.cxx +++ b/Source/cmWrapTclCommand.cxx @@ -44,6 +44,9 @@ bool cmWrapTclCommand::Invoke(std::vector<std::string>& args) } } + // add in a depend in the vtkWrapTcl executable + m_Makefile->AddUtility("vtkWrapTcl"); + // what is the current source dir std::string cdir = m_Makefile->GetCurrentDirectory(); |