mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
BUG: Fix typo in get_property documentation
Add some missing whitespace to fix formatting of the documentation.
This commit is contained in:
@@ -86,7 +86,7 @@ public:
|
||||
"of the property to get. "
|
||||
"If the property is not set an empty value is returned. "
|
||||
"If the SET option is given the variable is set to a boolean "
|
||||
"value indicating whether the property has been set."
|
||||
"value indicating whether the property has been set. "
|
||||
"If the DEFINED option is given the variable is set to a boolean "
|
||||
"value indicating whether the property has been defined "
|
||||
"such as with define_property. "
|
||||
|
||||
Reference in New Issue
Block a user