diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-02-16 18:05:03 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-02-16 18:05:03 (GMT) |
commit | 22927ede1e74e43ad78699ff4082d8b78e50599c (patch) | |
tree | 6f6bd3e1613623e7f9e7356ef798a02fe553df84 /Source/cmCommands.cxx | |
parent | 337c1f0b7230d6b0b4674d1d7168eef5a6dce6cd (diff) | |
download | CMake-22927ede1e74e43ad78699ff4082d8b78e50599c.zip CMake-22927ede1e74e43ad78699ff4082d8b78e50599c.tar.gz CMake-22927ede1e74e43ad78699ff4082d8b78e50599c.tar.bz2 |
ENH: support for cpack and install of cmake-gui as mac app bundle
Diffstat (limited to 'Source/cmCommands.cxx')
-rw-r--r-- | Source/cmCommands.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index 42ec776..d719d55 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -26,8 +26,6 @@ #include "cmFLTKWrapUICommand.cxx" #include "cmGetTestPropertyCommand.cxx" #include "cmIncludeExternalMSProjectCommand.cxx" -#include "cmInstallCommand.cxx" -#include "cmInstallCommandArguments.cxx" #include "cmInstallProgramsCommand.cxx" #include "cmLinkLibrariesCommand.cxx" #include "cmLoadCacheCommand.cxx" @@ -70,7 +68,6 @@ void GetPredefinedCommands(std::list<cmCommand*>& commands.push_back(new cmFLTKWrapUICommand); commands.push_back(new cmGetTestPropertyCommand); commands.push_back(new cmIncludeExternalMSProjectCommand); - commands.push_back(new cmInstallCommand); commands.push_back(new cmInstallProgramsCommand); commands.push_back(new cmLinkLibrariesCommand); commands.push_back(new cmLoadCacheCommand); |