summaryrefslogtreecommitdiff
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-01-21 10:27:51 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2005-01-21 10:27:51 -0500
commita641ad3bba58932279b55bae9e05fb9d5277a0bf (patch)
tree66cfe0c4df46da607404c531178fdd1c07d1b6ba /Source/cmake.cxx
parent1bfb3194ec849ccfef6078d78cecc761f0c8377b (diff)
downloadcmake-a641ad3bba58932279b55bae9e05fb9d5277a0bf.tar.gz
ENH: split up cmCommands into two files
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 9c319f14c7..593d337e05 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -1409,6 +1409,7 @@ int cmake::DumpDocumentationToFile(std::ostream& f)
void cmake::AddDefaultCommands()
{
std::list<cmCommand*> commands;
+ GetBootstrapCommands(commands);
GetPredefinedCommands(commands);
for(std::list<cmCommand*>::iterator i = commands.begin();
i != commands.end(); ++i)