summaryrefslogtreecommitdiff
path: root/Source/cmUtils.hxx
diff options
context:
space:
mode:
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 c5c767c02..a7a3e81f6 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") &&