summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalNMakeMakefileGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-16 03:20:58 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-18 18:03:49 (GMT)
commita97df5e13566cc2ccbaf51a395b85b03b363a07f (patch)
tree410a43d766c6e8b51e4b566d2df048127d439fe8 /Source/cmGlobalNMakeMakefileGenerator.cxx
parent14f171c3ba1f996f8c97b9373fc58cbe34e97d6f (diff)
downloadCMake-a97df5e13566cc2ccbaf51a395b85b03b363a07f.zip
CMake-a97df5e13566cc2ccbaf51a395b85b03b363a07f.tar.gz
CMake-a97df5e13566cc2ccbaf51a395b85b03b363a07f.tar.bz2
cmGlobalUnixMakefileGenerator3: Host the PassMakeflags.
Diffstat (limited to 'Source/cmGlobalNMakeMakefileGenerator.cxx')
-rw-r--r--Source/cmGlobalNMakeMakefileGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalNMakeMakefileGenerator.cxx b/Source/cmGlobalNMakeMakefileGenerator.cxx
index c059ba0..a509931 100644
--- a/Source/cmGlobalNMakeMakefileGenerator.cxx
+++ b/Source/cmGlobalNMakeMakefileGenerator.cxx
@@ -22,6 +22,7 @@ cmGlobalNMakeMakefileGenerator::cmGlobalNMakeMakefileGenerator()
this->WindowsShell = true;
this->NMake = true;
this->DefineWindowsNULL = true;
+ this->PassMakeflags = true;
}
void cmGlobalNMakeMakefileGenerator
@@ -55,7 +56,6 @@ cmGlobalNMakeMakefileGenerator::CreateLocalGenerator(cmLocalGenerator* parent)
new cmLocalUnixMakefileGenerator3(this, parent);
lg->SetMakeSilentFlag("/nologo");
lg->SetIgnoreLibPrefix(true);
- lg->SetPassMakeflags(true);
lg->SetUnixCD(false);
return lg;
}