From 16fc8d78f18a567e9f9b23605caa25865f5b30d6 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Fri, 18 May 2001 11:12:21 -0400 Subject: added SetLocal method --- Source/cmUnixMakefileGenerator.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Source/cmUnixMakefileGenerator.h') 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. -- cgit v1.2.1