summaryrefslogtreecommitdiffstats
path: root/Source/cmListCommand.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-11 17:56:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-11 17:56:58 (GMT)
commitb1b1973736477bdedc77e5ac038afaad7de52c6b (patch)
tree8642de6b2dc81294437ecf6356731335c85c1a25 /Source/cmListCommand.cxx
parent231bd4eb739b3dc1c5ac2454aa9a804394060f86 (diff)
downloadCMake-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.cxx2
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);
}