Reference get_property() from old get_*_property() commands

The former is a much more general and modern command.  Refer authors to
it from documentation of its predecessors.
This commit is contained in:
Brad King
2011-01-17 09:19:45 -05:00
parent 0d7cf4951a
commit 4c980e36bb
5 changed files with 14 additions and 5 deletions

View File

@@ -66,7 +66,8 @@ public:
"Get a variable definition from a directory. "
"This form is useful to get a variable definition from another "
"directory."
;
"\n"
"See also the more general get_property() command.";
}
cmTypeMacro(cmGetDirectoryPropertyCommand, cmCommand);