From a641ad3bba58932279b55bae9e05fb9d5277a0bf Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 21 Jan 2005 10:27:51 -0500 Subject: ENH: split up cmCommands into two files --- Source/cmake.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmake.cxx') 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 commands; + GetBootstrapCommands(commands); GetPredefinedCommands(commands); for(std::list::iterator i = commands.begin(); i != commands.end(); ++i) -- cgit v1.2.1