summaryrefslogtreecommitdiffstats
path: root/Source/cmcmd.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-16 19:57:52 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-20 22:15:20 (GMT)
commitb288a997e9fc4f0a7ea23fc2f1439e34b5975704 (patch)
tree41f4ef6a874cb12b1f5ae00ecedf5805884c8648 /Source/cmcmd.cxx
parent932d53bc026bfb18595deafce60c8c8c10a8a139 (diff)
downloadCMake-b288a997e9fc4f0a7ea23fc2f1439e34b5975704.zip
CMake-b288a997e9fc4f0a7ea23fc2f1439e34b5975704.tar.gz
CMake-b288a997e9fc4f0a7ea23fc2f1439e34b5975704.tar.bz2
cmMakefile: Rename SetStart* directory API to SetCurrent*.
Diffstat (limited to 'Source/cmcmd.cxx')
-rw-r--r--Source/cmcmd.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx
index a279ec7..bd38566 100644
--- a/Source/cmcmd.cxx
+++ b/Source/cmcmd.cxx
@@ -647,8 +647,8 @@ int cmcmd::ExecuteCMakeCommand(std::vector<std::string>& args)
{
cm.SetGlobalGenerator(ggd);
cmsys::auto_ptr<cmLocalGenerator> lgd(ggd->CreateLocalGenerator());
- lgd->GetMakefile()->SetStartDirectory(startDir);
- lgd->GetMakefile()->SetStartOutputDirectory(startOutDir);
+ lgd->GetMakefile()->SetCurrentSourceDirectory(startDir);
+ lgd->GetMakefile()->SetCurrentBinaryDirectory(startOutDir);
// Actually scan dependencies.
return lgd->UpdateDependencies(depInfo.c_str(),