mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user