diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-16 03:21:24 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-18 18:06:16 (GMT) |
commit | 333c1fa83bd20f7b1039ab0a90e442b03d2c27e5 (patch) | |
tree | 73725fbfe278716e70d1dac3d2a223fe182eb655 /Source/cmLocalUnixMakefileGenerator3.h | |
parent | a97df5e13566cc2ccbaf51a395b85b03b363a07f (diff) | |
download | CMake-333c1fa83bd20f7b1039ab0a90e442b03d2c27e5.zip CMake-333c1fa83bd20f7b1039ab0a90e442b03d2c27e5.tar.gz CMake-333c1fa83bd20f7b1039ab0a90e442b03d2c27e5.tar.bz2 |
cmGlobalUnixMakefileGenerator3: Host the UnixCD.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 7a0dadb..577b3e1 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -73,12 +73,6 @@ public: std::string &GetMakeSilentFlag() { return this->MakeSilentFlag; } /** - * If set to true, cd dir && command is used to - * run commands in a different directory. - */ - void SetUnixCD(bool v) {this->UnixCD = v;} - - /** * Set max makefile variable size, default is 0 which means unlimited. */ void SetMakefileVariableSize(int s) { this->MakefileVariableSize = s; } @@ -282,7 +276,6 @@ private: int MakefileVariableSize; std::string MakeSilentFlag; std::string ConfigurationName; - bool UnixCD; bool MakeCommandEscapeTargetTwice; bool BorlandMakeCurlyHack; //========================================================================== |