diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-05 18:44:11 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-12-05 18:44:11 (GMT) |
commit | 96189f79d582f90758ba1b4f691031b1d7fa02f3 (patch) | |
tree | 36bc488b7a77d01a9b9be3b1e4b0ab8963378fdc /Source/cmGlobalUnixMakefileGenerator.h | |
parent | 8d20322160e6e8c7bf9c6d69de9319f57373de5d (diff) | |
download | CMake-96189f79d582f90758ba1b4f691031b1d7fa02f3.zip CMake-96189f79d582f90758ba1b4f691031b1d7fa02f3.tar.gz CMake-96189f79d582f90758ba1b4f691031b1d7fa02f3.tar.bz2 |
ENH: unify EnableLanguage across all generators
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator.h b/Source/cmGlobalUnixMakefileGenerator.h index 895b6a1..43abe57 100644 --- a/Source/cmGlobalUnixMakefileGenerator.h +++ b/Source/cmGlobalUnixMakefileGenerator.h @@ -27,6 +27,7 @@ class cmGlobalUnixMakefileGenerator : public cmGlobalGenerator { public: + cmGlobalUnixMakefileGenerator(); ///! Get the name for the generator. virtual const char* GetName() { return cmGlobalUnixMakefileGenerator::GetActualName();} @@ -41,11 +42,6 @@ public: */ virtual void EnableLanguage(const char*, cmMakefile *mf); - /** - * Try to determine system infomation, get it from another generator - */ - virtual void EnableLanguagesFromGenerator(cmGlobalGenerator *); - }; #endif |