summaryrefslogtreecommitdiffstats
path: root/Help/release/dev
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2023-08-10 21:31:07 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2023-08-11 14:50:52 (GMT)
commit84e76fedb0255ac4d0524f47268be79598b096fc (patch)
tree18d5ccaf3b16920ea7710494eb5e94e3ade063b8 /Help/release/dev
parentefc8f19cc5b4442cbfb9c40f36b8d3909d42cd92 (diff)
downloadCMake-84e76fedb0255ac4d0524f47268be79598b096fc.zip
CMake-84e76fedb0255ac4d0524f47268be79598b096fc.tar.gz
CMake-84e76fedb0255ac4d0524f47268be79598b096fc.tar.bz2
get_property(TEST): Add DIRECTORY option
Diffstat (limited to 'Help/release/dev')
-rw-r--r--Help/release/dev/test-properties-directory.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/release/dev/test-properties-directory.rst b/Help/release/dev/test-properties-directory.rst
index 7a36372..2daa533 100644
--- a/Help/release/dev/test-properties-directory.rst
+++ b/Help/release/dev/test-properties-directory.rst
@@ -7,3 +7,6 @@ test-properties-directory
* The :command:`set_tests_properties` command gained a ``DIRECTORY``
sub-option, which allows you to set properties on tests in other
directories.
+* The ``TEST`` mode of the :command:`get_property` command gained a
+ ``DIRECTORY`` sub-option, which allows you to get properties on tests in
+ other directories.