summaryrefslogtreecommitdiffstats
path: root/Source/cmMakeDirectoryCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-01-24 18:45:42 (GMT)
committerBrad King <brad.king@kitware.com>2007-01-24 18:45:42 (GMT)
commitf71ad851d81649c59a8f4724d72ba4c935cdefce (patch)
tree0f99fc5c4ea9ecd94a2fa0b7ab222373b5ee4004 /Source/cmMakeDirectoryCommand.h
parent03a46e03810ea22c357033bd83508c47766592d6 (diff)
downloadCMake-f71ad851d81649c59a8f4724d72ba4c935cdefce.zip
CMake-f71ad851d81649c59a8f4724d72ba4c935cdefce.tar.gz
CMake-f71ad851d81649c59a8f4724d72ba4c935cdefce.tar.bz2
ENH: Patch from Alex to make deprecated command documentation more consistent.
Diffstat (limited to 'Source/cmMakeDirectoryCommand.h')
-rw-r--r--Source/cmMakeDirectoryCommand.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/cmMakeDirectoryCommand.h b/Source/cmMakeDirectoryCommand.h
index 951b3c0..f43c943 100644
--- a/Source/cmMakeDirectoryCommand.h
+++ b/Source/cmMakeDirectoryCommand.h
@@ -60,7 +60,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Old directory creation command. Use the FILE command.";
+ return "Deprecated. Use the FILE(MAKE_DIRECTORY ) command instead.";
}
/**
@@ -69,9 +69,6 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "This command has been superceded by the FILE(MAKE_DIRECTORY ...) "
- "command. "
- "It is provided for compatibility with older CMake code.\n"
" MAKE_DIRECTORY(directory)\n"
"Creates the specified directory. Full paths should be given. Any "
"parent directories that do not exist will also be created. Use with "