mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
STYLE: fix docs
This commit is contained in:
@@ -53,8 +53,8 @@ public:
|
||||
{
|
||||
return
|
||||
" GET_DIRECTORY_PROPERTY(VAR [DIRECTORY dir] property)\n"
|
||||
"Get a property from the Directory. The value of the property is"
|
||||
"stored in the variable VAR. If the property is not found,"
|
||||
"Get a property from the Directory. The value of the property is "
|
||||
"stored in the variable VAR. If the property is not found, "
|
||||
"CMake will report an error. The properties include: VARIABLES, "
|
||||
"CACHE_VARIABLES, COMMANDS, MACROS, INCLUDE_DIRECTORIES, "
|
||||
"LINK_DIRECTORIES, DEFINITIONS, INCLUDE_REGULAR_EXPRESSION and "
|
||||
|
||||
Reference in New Issue
Block a user