diff options
Diffstat (limited to 'Source/cmEnableLanguageCommand.h')
-rw-r--r-- | Source/cmEnableLanguageCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEnableLanguageCommand.h b/Source/cmEnableLanguageCommand.h index b8965ab..3db8cb2 100644 --- a/Source/cmEnableLanguageCommand.h +++ b/Source/cmEnableLanguageCommand.h @@ -64,7 +64,7 @@ public: { return " ENABLE_LANGUAGE(languageName)\n" - " This command enables support for the named language in CMake."; + "This command enables support for the named language in CMake."; } cmTypeMacro(cmEnableLanguageCommand, cmCommand); |