summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2002-09-04 19:24:49 (GMT)
committerKen Martin <ken.martin@kitware.com>2002-09-04 19:24:49 (GMT)
commit5b0611d70955696f853f197cd0cc2057eb063ed6 (patch)
treefcc795aed9589b45271de3bc1b22c39a0e0e23ce /Source/cmLocalGenerator.h
parent49aebe6c99934dec634a3b497128465645db406c (diff)
downloadCMake-5b0611d70955696f853f197cd0cc2057eb063ed6.zip
CMake-5b0611d70955696f853f197cd0cc2057eb063ed6.tar.gz
CMake-5b0611d70955696f853f197cd0cc2057eb063ed6.tar.bz2
updates
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 24bcfa5..eb06265 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -42,7 +42,7 @@ public:
* some steps to save time, such as dependency generation for the
* makefiles. This is done by a direct invocation from make.
*/
- virtual void Generate(bool fromTheTop);
+ virtual void Generate(bool fromTheTop) {};
/**
* Process the CMakeLists files for this directory to fill in the
@@ -59,8 +59,7 @@ public:
return m_GlobalGenerator; };
///! Set the Global Generator, done on creation by the GlobalGenerator
- void SetGlobalGenerator(cmGlobalGenerator *gg) {
- m_GlobalGenerator = gg; };
+ void SetGlobalGenerator(cmGlobalGenerator *gg);
protected:
bool m_FromTheTop;