diff options
author | Brad King <brad.king@kitware.com> | 2005-01-04 23:24:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-01-04 23:24:52 (GMT) |
commit | 4b48a89b967ef62e611184f1e750d60777279683 (patch) | |
tree | 9ee17e2e9bee388cffd0d5ca4fa8f0b7e844efbd /Source/cmLocalUnixMakefileGenerator2.h | |
parent | 79c67a6dfa0f864734859a0ab08fe7c22bcfbf24 (diff) | |
download | CMake-4b48a89b967ef62e611184f1e750d60777279683.zip CMake-4b48a89b967ef62e611184f1e750d60777279683.tar.gz CMake-4b48a89b967ef62e611184f1e750d60777279683.tar.bz2 |
ENH: Added install target implementation. Also added missing include of assert.h.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator2.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator2.h b/Source/cmLocalUnixMakefileGenerator2.h index 64b3b80..5f831a0 100644 --- a/Source/cmLocalUnixMakefileGenerator2.h +++ b/Source/cmLocalUnixMakefileGenerator2.h @@ -194,7 +194,6 @@ private: // target rule file writing methods. std::vector<std::string> m_DependTargets; std::vector<std::string> m_BuildTargets; - std::vector<std::string> m_InstallTargets; std::vector<std::string> m_CleanTargets; // The prefix required of a path to be converted to a relative path. |