diff options
author | Alex Neundorf <neundorf@kde.org> | 2023-07-18 21:23:47 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2023-07-26 20:59:59 (GMT) |
commit | 2b99e64413ba6750deda892d7398906ade7b3737 (patch) | |
tree | 274e30a80194416001b8367d44e77ac2d887c977 /Help | |
parent | b11e8afbfafde5ab70b796b664d82b2684dd272e (diff) | |
download | CMake-2b99e64413ba6750deda892d7398906ade7b3737.zip CMake-2b99e64413ba6750deda892d7398906ade7b3737.tar.gz CMake-2b99e64413ba6750deda892d7398906ade7b3737.tar.bz2 |
set_test_properties: link to the test properties in the documentation
It was linking to the target properties, this was probably an oversight.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/set_tests_properties.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/set_tests_properties.rst b/Help/command/set_tests_properties.rst index 125e460..1df9d73 100644 --- a/Help/command/set_tests_properties.rst +++ b/Help/command/set_tests_properties.rst @@ -20,4 +20,4 @@ See Also * :command:`add_test` * :command:`define_property` * the more general :command:`set_property` command -* :ref:`Target Properties` for the list of properties known to CMake +* :ref:`Test Properties` for the list of properties known to CMake |