diff options
Diffstat (limited to 'Source/cmAbstractFilesCommand.h')
-rw-r--r-- | Source/cmAbstractFilesCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmAbstractFilesCommand.h b/Source/cmAbstractFilesCommand.h index c945726..7a9167c 100644 --- a/Source/cmAbstractFilesCommand.h +++ b/Source/cmAbstractFilesCommand.h @@ -44,7 +44,7 @@ public: */ virtual const char* GetTerseDocumentation() { - return "A list of abstract classes, useful for wrappers."; + return "Depricated command, see SET_SOURCE_FILES_PROPERTIES."; } /** @@ -53,7 +53,7 @@ public: virtual const char* GetFullDocumentation() { return - "ABSTRACT_FILES(file1 file2 ..)"; + "ABSTRACT_FILES(file1 file2 ..)."; } cmTypeMacro(cmAbstractFilesCommand, cmCommand); |