diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-06-02 18:24:46 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-06-02 18:24:46 (GMT) |
commit | 6a19668513ae285a475d1c75aed7ce770f9e9c6e (patch) | |
tree | b97810dd15fdbc10f93d719371e66afec9487508 /Source/cmCommands.cxx | |
parent | a4ae84c10061c73f3b00b3d8682e016b25f94388 (diff) | |
download | CMake-6a19668513ae285a475d1c75aed7ce770f9e9c6e.zip CMake-6a19668513ae285a475d1c75aed7ce770f9e9c6e.tar.gz CMake-6a19668513ae285a475d1c75aed7ce770f9e9c6e.tar.bz2 |
ENH: removed the ABSTRACT_FILES command
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r-- | Source/cmCommands.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index 7e9d256..4acc461 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -16,7 +16,6 @@ =========================================================================*/ #include "cmCommands.h" #if defined(CMAKE_BUILD_WITH_CMAKE) -#include "cmAbstractFilesCommand.cxx" #include "cmAuxSourceDirectoryCommand.cxx" #include "cmEndWhileCommand.cxx" #include "cmExportLibraryDependencies.cxx" @@ -60,7 +59,6 @@ void GetPredefinedCommands(std::list<cmCommand*>& ) { #if defined(CMAKE_BUILD_WITH_CMAKE) - commands.push_back(new cmAbstractFilesCommand); commands.push_back(new cmAuxSourceDirectoryCommand); commands.push_back(new cmEnableLanguageCommand); commands.push_back(new cmEndWhileCommand); |