summaryrefslogtreecommitdiff
path: root/Source/cmUtils.hxx
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2018-01-23 23:03:56 +0100
committerBrad King <brad.king@kitware.com>2018-01-24 08:30:02 -0500
commit9198e6a27b02a39ae5b7a96839e54da6588c3a3f (patch)
tree9bdf91162477bcd4d1bbd9cf1c41a488709faa25 /Source/cmUtils.hxx
parent1345bdf1b6520a2f0c9891ad3c6fee00a6a5f18d (diff)
downloadcmake-9198e6a27b02a39ae5b7a96839e54da6588c3a3f.tar.gz
Generators: remove KDevelop3 generator
The last KDevelop3 release was many years ago, in 2008 I think. I haven't seen or read about anybody using KDevelop 3 since a long time, so I think it can safely be removed from CMake. KDevelop 4 (first released in 2010) has its own proper CMake support now, independent from this generator. Alex
Diffstat (limited to 'Source/cmUtils.hxx')
-rw-r--r--Source/cmUtils.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmUtils.hxx b/Source/cmUtils.hxx
index c5c767c02d..a7a3e81f6d 100644
--- a/Source/cmUtils.hxx
+++ b/Source/cmUtils.hxx
@@ -7,7 +7,7 @@
// Use the make system's VERBOSE environment variable to enable
// verbose output. This can be skipped by also setting CMAKE_NO_VERBOSE
-// (which is set by the Eclipse and KDevelop generators).
+// (which is set by the Eclipse generator).
inline bool isCMakeVerbose()
{
return (cmSystemTools::HasEnv("VERBOSE") &&