diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-15 09:25:06 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-15 09:25:06 -0400 |
commit | 3b92585cf088d2d316755b77e51a13b4c0173b8b (patch) | |
tree | b865a7477b34b705336efd3f01b5273c21e528d8 /Source/cmListCommand.h | |
parent | 52a6524dbf10aa3e47c1abe70daf34c978f66770 (diff) | |
download | cmake-3b92585cf088d2d316755b77e51a13b4c0173b8b.tar.gz |
ENH: Remove some errors, fix append to work on nonexisting lists
Diffstat (limited to 'Source/cmListCommand.h')
-rw-r--r-- | Source/cmListCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmListCommand.h b/Source/cmListCommand.h index e510d19a4a..779b6bd6a9 100644 --- a/Source/cmListCommand.h +++ b/Source/cmListCommand.h @@ -89,7 +89,7 @@ public: protected: bool HandleLengthCommand(std::vector<std::string> const& args); bool HandleGetCommand(std::vector<std::string> const& args); - bool HandleSetCommand(std::vector<std::string> const& args); + bool HandleAppendCommand(std::vector<std::string> const& args); bool HandleInsertCommand(std::vector<std::string> const& args); bool HandleRemoveCommand(std::vector<std::string> const& args); bool HandleRemoveItemCommand(std::vector<std::string> const& args); |