summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-04-19 14:50:15 (GMT)
committerBrad King <brad.king@kitware.com>2006-04-19 14:50:15 (GMT)
commit37bff40d5da3ef03e80e7a7ea4a05099b05861f4 (patch)
tree84d5d2fb32fa5168a846a52a36ff83813a614732 /Source/cmCommands.cxx
parent864c0292d5e7ddc82d97676b3b371a0eadbb1c09 (diff)
downloadCMake-37bff40d5da3ef03e80e7a7ea4a05099b05861f4.zip
CMake-37bff40d5da3ef03e80e7a7ea4a05099b05861f4.tar.gz
CMake-37bff40d5da3ef03e80e7a7ea4a05099b05861f4.tar.bz2
BUG: Need ADD_DEPENDENCIES command for MinGW bootstrap since kwsys uses the Win32 implementation of process execution.
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r--Source/cmCommands.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx
index f3bf189..26b098a 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -16,7 +16,6 @@
=========================================================================*/
#include "cmCommands.h"
#if defined(CMAKE_BUILD_WITH_CMAKE)
-#include "cmAddDependenciesCommand.cxx"
#include "cmAddSubDirectoryCommand.cxx"
#include "cmAuxSourceDirectoryCommand.cxx"
#include "cmBuildNameCommand.cxx"
@@ -70,7 +69,6 @@ void GetPredefinedCommands(std::list<cmCommand*>&
)
{
#if defined(CMAKE_BUILD_WITH_CMAKE)
- commands.push_back(new cmAddDependenciesCommand);
commands.push_back(new cmAddSubDirectoryCommand);
commands.push_back(new cmAuxSourceDirectoryCommand);
commands.push_back(new cmBuildNameCommand);