diff options
author | FeRD (Frank Dana) <ferdnyc@gmail.com> | 2021-08-23 21:26:43 (GMT) |
---|---|---|
committer | FeRD (Frank Dana) <ferdnyc@gmail.com> | 2021-08-23 22:38:13 (GMT) |
commit | 0c0ba17493e11b409498b368156b0c6ab5e641cb (patch) | |
tree | ffc3082e1dde8b1207625a1ac5ac7dc006512cfe /Help | |
parent | 670e4bd9e9d963a90f30661672efe30dd708be22 (diff) | |
download | CMake-0c0ba17493e11b409498b368156b0c6ab5e641cb.zip CMake-0c0ba17493e11b409498b368156b0c6ab5e641cb.tar.gz CMake-0c0ba17493e11b409498b368156b0c6ab5e641cb.tar.bz2 |
Help: get/set_property: Fix SOURCE grammars
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/get_property.rst | 2 | ||||
-rw-r--r-- | Help/command/set_property.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Help/command/get_property.rst b/Help/command/get_property.rst index f77d8af..46da285 100644 --- a/Help/command/get_property.rst +++ b/Help/command/get_property.rst @@ -9,7 +9,7 @@ Get a property. <GLOBAL | DIRECTORY [<dir>] | TARGET <target> | - SOURCE <source> | + SOURCE <source> [DIRECTORY <dir> | TARGET_DIRECTORY <target>] | INSTALL <file> | TEST <test> | diff --git a/Help/command/set_property.rst b/Help/command/set_property.rst index bf437b4..555520d 100644 --- a/Help/command/set_property.rst +++ b/Help/command/set_property.rst @@ -9,8 +9,8 @@ Set a named property in a given scope. DIRECTORY [<dir>] | TARGET [<target1> ...] | SOURCE [<src1> ...] - [DIRECTORY <dirs> ...] | - [TARGET_DIRECTORY <targets> ...] + [DIRECTORY <dirs> ...] + [TARGET_DIRECTORY <targets> ...] | INSTALL [<file1> ...] | TEST [<test1> ...] | CACHE [<entry1> ...] > |