diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-16 03:20:58 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-18 18:03:49 (GMT) |
commit | a97df5e13566cc2ccbaf51a395b85b03b363a07f (patch) | |
tree | 410a43d766c6e8b51e4b566d2df048127d439fe8 /Source/cmGlobalUnixMakefileGenerator3.h | |
parent | 14f171c3ba1f996f8c97b9373fc58cbe34e97d6f (diff) | |
download | CMake-a97df5e13566cc2ccbaf51a395b85b03b363a07f.zip CMake-a97df5e13566cc2ccbaf51a395b85b03b363a07f.tar.gz CMake-a97df5e13566cc2ccbaf51a395b85b03b363a07f.tar.bz2 |
cmGlobalUnixMakefileGenerator3: Host the PassMakeflags.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h index ffe65a0..2a91ed4 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.h +++ b/Source/cmGlobalUnixMakefileGenerator3.h @@ -135,6 +135,7 @@ public: std::string IncludeDirective; bool DefineWindowsNULL; + bool PassMakeflags; protected: void WriteMainMakefile2(); void WriteMainCMakefile(); |