summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/cmCMakeMinimumRequired.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/cmCMakeMinimumRequired.h b/Source/cmCMakeMinimumRequired.h
index 47243f8..0b2ecc6 100644
--- a/Source/cmCMakeMinimumRequired.h
+++ b/Source/cmCMakeMinimumRequired.h
@@ -77,9 +77,10 @@ public:
"When version 2.4 or lower is given the command implicitly invokes\n"
" cmake_policy(VERSION 2.4)\n"
"which enables compatibility features for CMake 2.4 and lower.\n"
- "The FATAL_ERROR option is accepted but ignored. It is left from "
- "CMake versions 2.4 and lower in which failure to meet the minimum "
- "version was a warning by default.";
+ "The FATAL_ERROR option is accepted but ignored by CMake 2.6 "
+ "and higher. "
+ "One may specify it so CMake versions 2.4 and lower fail with an "
+ "error instead of just a warning.";
}
cmTypeMacro(cmCMakeMinimumRequired, cmCommand);