summaryrefslogtreecommitdiff
path: root/Source/cmGlobalJOMMakefileGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-16 05:21:24 +0200
committerStephen Kelly <steveire@gmail.com>2015-05-18 20:06:16 +0200
commit333c1fa83bd20f7b1039ab0a90e442b03d2c27e5 (patch)
tree73725fbfe278716e70d1dac3d2a223fe182eb655 /Source/cmGlobalJOMMakefileGenerator.cxx
parenta97df5e13566cc2ccbaf51a395b85b03b363a07f (diff)
downloadcmake-333c1fa83bd20f7b1039ab0a90e442b03d2c27e5.tar.gz
cmGlobalUnixMakefileGenerator3: Host the UnixCD.
Diffstat (limited to 'Source/cmGlobalJOMMakefileGenerator.cxx')
-rw-r--r--Source/cmGlobalJOMMakefileGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalJOMMakefileGenerator.cxx b/Source/cmGlobalJOMMakefileGenerator.cxx
index 45a7d3e50b..23c8653116 100644
--- a/Source/cmGlobalJOMMakefileGenerator.cxx
+++ b/Source/cmGlobalJOMMakefileGenerator.cxx
@@ -23,6 +23,7 @@ cmGlobalJOMMakefileGenerator::cmGlobalJOMMakefileGenerator()
this->NMake = true;
this->DefineWindowsNULL = true;
this->PassMakeflags = true;
+ this->UnixCD = false;
}
void cmGlobalJOMMakefileGenerator
@@ -56,7 +57,6 @@ cmGlobalJOMMakefileGenerator::CreateLocalGenerator(cmLocalGenerator* parent)
= new cmLocalUnixMakefileGenerator3(this, parent);
lg->SetMakeSilentFlag("/nologo");
lg->SetIgnoreLibPrefix(true);
- lg->SetUnixCD(false);
return lg;
}