diff options
author | Brad King <brad.king@kitware.com> | 2023-02-07 14:47:58 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-02-07 14:48:23 (GMT) |
commit | 9492ca9a3f21d35ca159e8da6a76abaa71a8d43c (patch) | |
tree | f4e1576d443b51b0c95571df6a0e6d77a6d7bc5b /Help/command | |
parent | 20b6356cab9d2c3b29d9a9235d6cda02d67d25a6 (diff) | |
parent | e7f7bff4f54f72bed6ca0dfac8a9989e8a44223c (diff) | |
download | CMake-9492ca9a3f21d35ca159e8da6a76abaa71a8d43c.zip CMake-9492ca9a3f21d35ca159e8da6a76abaa71a8d43c.tar.gz CMake-9492ca9a3f21d35ca159e8da6a76abaa71a8d43c.tar.bz2 |
Merge topic 'KateImprovements'
e7f7bff4f5 Kate: improve the way the VCS-specific files are searched
96389b4cd3 Kate: add support for hg and fossil
4c32623f5f Help: fix typo in docs for set_property()
9a7612d2d0 Kate: make it possible to force a mode for the "files" entry
8a7aa2642b Help: add documentation for Kate-related variable
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8154
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/set_property.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/set_property.rst b/Help/command/set_property.rst index d446a2d..ca19e0c 100644 --- a/Help/command/set_property.rst +++ b/Help/command/set_property.rst @@ -90,7 +90,7 @@ It must be one of the following: for tests created by the :command:`add_test(NAME)` signature. ``CACHE`` - Scope must name zero or more cache existing entries. + Scope must name zero or more existing cache entries. The required ``PROPERTY`` option is immediately followed by the name of the property to set. Remaining arguments are used to compose the |