summaryrefslogtreecommitdiffstats
path: root/Source/cmAddSubDirectoryCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmAddSubDirectoryCommand.cxx')
-rw-r--r--Source/cmAddSubDirectoryCommand.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmAddSubDirectoryCommand.cxx b/Source/cmAddSubDirectoryCommand.cxx
index e695781..5e13150 100644
--- a/Source/cmAddSubDirectoryCommand.cxx
+++ b/Source/cmAddSubDirectoryCommand.cxx
@@ -111,7 +111,8 @@ bool cmAddSubDirectoryCommand::InitialPass
"directory as well.");
return false;
}
- cmSystemTools::ReplaceString(binPath,this->Makefile->GetHomeDirectory(),
+ cmSystemTools::ReplaceString(binPath,
+ this->Makefile->GetHomeDirectory(),
this->Makefile->GetHomeOutputDirectory());
}
}