diff options
Diffstat (limited to 'Source/cmAuxSourceDirectoryCommand.h')
-rw-r--r-- | Source/cmAuxSourceDirectoryCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmAuxSourceDirectoryCommand.h b/Source/cmAuxSourceDirectoryCommand.h index f17f447..18bac9b 100644 --- a/Source/cmAuxSourceDirectoryCommand.h +++ b/Source/cmAuxSourceDirectoryCommand.h @@ -57,7 +57,7 @@ public: virtual const char* GetTerseDocumentation() { return "Add all the source files found in the specified\n" - "directory to the build as source list NAME."; + "directory to the variable name specified."; } /** @@ -66,7 +66,7 @@ public: virtual const char* GetFullDocumentation() { return - "AUX_SOURCE_DIRECTORY(dir srcListName)"; + "AUX_SOURCE_DIRECTORY(dir VARIABLE)"; } cmTypeMacro(cmAuxSourceDirectoryCommand, cmCommand); |