summaryrefslogtreecommitdiffstats
path: root/Source/cmAuxSourceDirectoryCommand.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-01 17:35:12 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-01 18:32:47 (GMT)
commitc3a60cc9cce4881f64bd0342cc841900533719e2 (patch)
tree5a46c154b5e8a76da993339c4bc4d8810fa7adbb /Source/cmAuxSourceDirectoryCommand.cxx
parent37897347b3fd97668d4831bba11e23f9f493e759 (diff)
downloadCMake-c3a60cc9cce4881f64bd0342cc841900533719e2.zip
CMake-c3a60cc9cce4881f64bd0342cc841900533719e2.tar.gz
CMake-c3a60cc9cce4881f64bd0342cc841900533719e2.tar.bz2
cmMakefile: Remove AddExtraDirectory method.
It has no effect.
Diffstat (limited to 'Source/cmAuxSourceDirectoryCommand.cxx')
-rw-r--r--Source/cmAuxSourceDirectoryCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmAuxSourceDirectoryCommand.cxx b/Source/cmAuxSourceDirectoryCommand.cxx
index a30d992..b8238f8 100644
--- a/Source/cmAuxSourceDirectoryCommand.cxx
+++ b/Source/cmAuxSourceDirectoryCommand.cxx
@@ -26,7 +26,6 @@ bool cmAuxSourceDirectoryCommand::InitialPass
std::string sourceListValue;
std::string templateDirectory = args[0];
- this->Makefile->AddExtraDirectory(templateDirectory.c_str());
std::string tdir;
if(!cmSystemTools::FileIsFullPath(templateDirectory.c_str()))
{