diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-11 17:56:58 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-11 17:56:58 (GMT) |
commit | b1b1973736477bdedc77e5ac038afaad7de52c6b (patch) | |
tree | 8642de6b2dc81294437ecf6356731335c85c1a25 /Source/cmListCommand.cxx | |
parent | 231bd4eb739b3dc1c5ac2454aa9a804394060f86 (diff) | |
download | CMake-b1b1973736477bdedc77e5ac038afaad7de52c6b.zip CMake-b1b1973736477bdedc77e5ac038afaad7de52c6b.tar.gz CMake-b1b1973736477bdedc77e5ac038afaad7de52c6b.tar.bz2 |
ENH: Some documentation and add APPEND
Diffstat (limited to 'Source/cmListCommand.cxx')
-rw-r--r-- | Source/cmListCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmListCommand.cxx b/Source/cmListCommand.cxx index 398c63e..6516f20 100644 --- a/Source/cmListCommand.cxx +++ b/Source/cmListCommand.cxx @@ -38,7 +38,7 @@ bool cmListCommand::InitialPass(std::vector<std::string> const& args) { return this->HandleGetCommand(args); } - if(subCommand == "SET") + if(subCommand == "SET" || subCommand == "APPEND") { return this->HandleSetCommand(args); } |