diff options
author | Brad King <brad.king@kitware.com> | 2002-07-26 14:15:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2002-07-26 14:15:04 (GMT) |
commit | da9d44f877d4942b63eed343869f94decd3c21b3 (patch) | |
tree | 31d573eab5bd1923eff09fdf339ddebe011b2e28 /Source/cmITKWrapTclCommand.h | |
parent | 20b1d940a407c4e8184e0aff73fa76ce0dafcb2b (diff) | |
download | CMake-da9d44f877d4942b63eed343869f94decd3c21b3.zip CMake-da9d44f877d4942b63eed343869f94decd3c21b3.tar.gz CMake-da9d44f877d4942b63eed343869f94decd3c21b3.tar.bz2 |
BUG: Only one generated Tcl wrapper source was getting added to the package's library.
Diffstat (limited to 'Source/cmITKWrapTclCommand.h')
-rw-r--r-- | Source/cmITKWrapTclCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmITKWrapTclCommand.h b/Source/cmITKWrapTclCommand.h index 6e52ce4..d554afa 100644 --- a/Source/cmITKWrapTclCommand.h +++ b/Source/cmITKWrapTclCommand.h @@ -60,6 +60,7 @@ public: cmTypeMacro(cmITKWrapTclCommand, cmCommand); protected: cmStdString m_TargetName; + cmTarget* m_Target; bool CreateCableRule(const char* configFile); std::string GetCableFromCache() const; |