summaryrefslogtreecommitdiff
path: root/Source/cmUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-05-18 11:12:21 -0400
committerKen Martin <ken.martin@kitware.com>2001-05-18 11:12:21 -0400
commit16fc8d78f18a567e9f9b23605caa25865f5b30d6 (patch)
tree89fc5e950dd36d8cee6b95d9fbfbb5024b9e1d16 /Source/cmUnixMakefileGenerator.h
parent06429282f5072df67016b914a53aedc8406178d5 (diff)
downloadcmake-16fc8d78f18a567e9f9b23605caa25865f5b30d6.tar.gz
added SetLocal method
Diffstat (limited to 'Source/cmUnixMakefileGenerator.h')
-rw-r--r--Source/cmUnixMakefileGenerator.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmUnixMakefileGenerator.h b/Source/cmUnixMakefileGenerator.h
index 0188d8adc8..81990175c0 100644
--- a/Source/cmUnixMakefileGenerator.h
+++ b/Source/cmUnixMakefileGenerator.h
@@ -55,7 +55,10 @@ class cmUnixMakefileGenerator : public cmMakefileGenerator
public:
///! Set cache only and recurse to false by default.
cmUnixMakefileGenerator();
-
+
+ //! just sets the Cache Only and Recurse flags
+ virtual void SetLocal(bool local);
+
/**
* If cache only is on.
* and only stub makefiles are generated, and no depends, for speed.