diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-06-09 15:39:12 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-06-09 15:39:12 (GMT) |
commit | 494c843d3830e1822615fad1386f1c3b92283a44 (patch) | |
tree | 14a54b21237418ac890effb4b379550f3320cf11 /Source/cmLocalKdevelopGenerator.h | |
parent | ea0a77fd810b9ac9155e5cc49161ca22ac6a7677 (diff) | |
download | CMake-494c843d3830e1822615fad1386f1c3b92283a44.zip CMake-494c843d3830e1822615fad1386f1c3b92283a44.tar.gz CMake-494c843d3830e1822615fad1386f1c3b92283a44.tar.bz2 |
ENH: make KDev sub off of Gen3
Diffstat (limited to 'Source/cmLocalKdevelopGenerator.h')
-rw-r--r-- | Source/cmLocalKdevelopGenerator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmLocalKdevelopGenerator.h b/Source/cmLocalKdevelopGenerator.h index 910768a..a47b435 100644 --- a/Source/cmLocalKdevelopGenerator.h +++ b/Source/cmLocalKdevelopGenerator.h @@ -18,7 +18,7 @@ #ifndef cmLocalKdevelopGenerator_h #define cmLocalKdevelopGenerator_h -#include "cmLocalUnixMakefileGenerator2.h" +#include "cmLocalUnixMakefileGenerator3.h" class cmDependInformation; class cmMakeDepend; @@ -27,7 +27,7 @@ class cmSourceFile; /** \class cmLocalKdevelopGenerator */ -class cmLocalKdevelopGenerator : public cmLocalUnixMakefileGenerator2 +class cmLocalKdevelopGenerator : public cmLocalUnixMakefileGenerator3 { public: ///! Set cache only and recurse to false by default. |