diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-06-01 12:48:58 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-06-01 12:48:58 (GMT) |
commit | c3c609ab039ee97d90755e29da190d532a6ca60f (patch) | |
tree | 0b83f60abf40e0d7b6183996310de3f298a7e171 /Source/cmVariableRequiresCommand.h | |
parent | 8e3832c3d5540121ed78b81dafa6ab3e5c1d8889 (diff) | |
download | CMake-c3c609ab039ee97d90755e29da190d532a6ca60f.zip CMake-c3c609ab039ee97d90755e29da190d532a6ca60f.tar.gz CMake-c3c609ab039ee97d90755e29da190d532a6ca60f.tar.bz2 |
ENH: made immediate
Diffstat (limited to 'Source/cmVariableRequiresCommand.h')
-rw-r--r-- | Source/cmVariableRequiresCommand.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmVariableRequiresCommand.h b/Source/cmVariableRequiresCommand.h index 6ceb77a..02ab248 100644 --- a/Source/cmVariableRequiresCommand.h +++ b/Source/cmVariableRequiresCommand.h @@ -40,8 +40,6 @@ public: */ virtual bool InitialPass(std::vector<std::string> const& args); - ///! - virtual void FinalPass(); /** * The name of the command as specified in CMakeList.txt. */ @@ -77,7 +75,6 @@ public: cmTypeMacro(cmVariableRequiresCommand, cmCommand); private: std::string m_ErrorMessage; - std::vector<std::string> m_Arguments; bool m_RequirementsMet; }; |