summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-22 18:04:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-22 18:04:49 (GMT)
commit43b9f184c2f9cacce2917577f9469f71f64885c5 (patch)
treecc06f70ce213992f992f739496b6ed3b401977be /Source/cmCommands.cxx
parent36e272843154c6ea475fd3c19a39a0d27dbcafa5 (diff)
downloadCMake-43b9f184c2f9cacce2917577f9469f71f64885c5.zip
CMake-43b9f184c2f9cacce2917577f9469f71f64885c5.tar.gz
CMake-43b9f184c2f9cacce2917577f9469f71f64885c5.tar.bz2
COMP: Fix apple bootstrap issues
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 2ad50b1..f3bf189 100644
--- a/Source/cmCommands.cxx
+++ b/Source/cmCommands.cxx
@@ -27,7 +27,6 @@
#include "cmExportLibraryDependencies.cxx"
#include "cmFLTKWrapUICommand.cxx"
#include "cmGetDirectoryPropertyCommand.cxx"
-#include "cmGetSourceFilePropertyCommand.cxx"
#include "cmGetTargetPropertyCommand.cxx"
#include "cmGetTestPropertyCommand.cxx"
#include "cmIncludeExternalMSProjectCommand.cxx"
@@ -82,7 +81,6 @@ void GetPredefinedCommands(std::list<cmCommand*>&
commands.push_back(new cmExportLibraryDependenciesCommand);
commands.push_back(new cmFLTKWrapUICommand);
commands.push_back(new cmGetDirectoryPropertyCommand);
- commands.push_back(new cmGetSourceFilePropertyCommand);
commands.push_back(new cmGetTargetPropertyCommand);
commands.push_back(new cmGetTestPropertyCommand);
commands.push_back(new cmIncludeExternalMSProjectCommand);