summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-05-13 11:16:25 (GMT)
committerBrad King <brad.king@kitware.com>2007-05-13 11:16:25 (GMT)
commit33d976e583decc598b96e3d6640f74051913e673 (patch)
tree53dd9076feae444de2b51d920d9ebfe4b96cb20c /Source/cmCommands.cxx
parentef20a5f920fbb6552aafb00c066d281323907669 (diff)
downloadCMake-33d976e583decc598b96e3d6640f74051913e673.zip
CMake-33d976e583decc598b96e3d6640f74051913e673.tar.gz
CMake-33d976e583decc598b96e3d6640f74051913e673.tar.bz2
COMP: Need CMake 2.4 or a bootstrap cmake that has ADD_SUBDIRECTORY to build.
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 81a9d25..63a5cce 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -16,7 +16,6 @@
=========================================================================*/
#include "cmCommands.h"
#if defined(CMAKE_BUILD_WITH_CMAKE)
-#include "cmAddSubDirectoryCommand.cxx"
#include "cmAuxSourceDirectoryCommand.cxx"
#include "cmBuildNameCommand.cxx"
#include "cmDefinePropertyCommand.cxx"
@@ -70,7 +69,6 @@ void GetPredefinedCommands(std::list<cmCommand*>&
)
{
#if defined(CMAKE_BUILD_WITH_CMAKE)
- commands.push_back(new cmAddSubDirectoryCommand);
commands.push_back(new cmAuxSourceDirectoryCommand);
commands.push_back(new cmBuildNameCommand);
commands.push_back(new cmDefinePropertyCommand);