DOC: Fix comment

This commit is contained in:
Andy Cedilnik 2004-03-28 09:47:39 -05:00
parent db68c543ff
commit eeb7637a6e
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ public:
"INCLUDE command. If OPTIONAL is present, then no error " "INCLUDE command. If OPTIONAL is present, then no error "
"is raised if the file does not exist.\n" "is raised if the file does not exist.\n"
"If module is specified instead of file, the file with name " "If module is specified instead of file, the file with name "
"module.cmake is searched in the CMAKE_MODULE_PATH."; "<modulename>.cmake is searched in the CMAKE_MODULE_PATH.";
} }
cmTypeMacro(cmIncludeCommand, cmCommand); cmTypeMacro(cmIncludeCommand, cmCommand);