summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-16 03:21:24 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-18 18:06:16 (GMT)
commit333c1fa83bd20f7b1039ab0a90e442b03d2c27e5 (patch)
tree73725fbfe278716e70d1dac3d2a223fe182eb655 /Source/cmGlobalUnixMakefileGenerator3.cxx
parenta97df5e13566cc2ccbaf51a395b85b03b363a07f (diff)
downloadCMake-333c1fa83bd20f7b1039ab0a90e442b03d2c27e5.zip
CMake-333c1fa83bd20f7b1039ab0a90e442b03d2c27e5.tar.gz
CMake-333c1fa83bd20f7b1039ab0a90e442b03d2c27e5.tar.bz2
cmGlobalUnixMakefileGenerator3: Host the UnixCD.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx
index 7588c09..a43a427 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.cxx
+++ b/Source/cmGlobalUnixMakefileGenerator3.cxx
@@ -37,6 +37,7 @@ cmGlobalUnixMakefileGenerator3::cmGlobalUnixMakefileGenerator3()
this->IncludeDirective = "include";
this->DefineWindowsNULL = false;
this->PassMakeflags = false;
+ this->UnixCD = true;
}
void cmGlobalUnixMakefileGenerator3