diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2023-08-10 18:41:39 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2023-08-11 14:50:52 (GMT) |
commit | efc8f19cc5b4442cbfb9c40f36b8d3909d42cd92 (patch) | |
tree | aacac6992d3f914f26e2a642eb5dce7ecc5f0f99 /Help/release/dev | |
parent | 753999d4db842a73727f7efb68ce1b6406b5913b (diff) | |
download | CMake-efc8f19cc5b4442cbfb9c40f36b8d3909d42cd92.zip CMake-efc8f19cc5b4442cbfb9c40f36b8d3909d42cd92.tar.gz CMake-efc8f19cc5b4442cbfb9c40f36b8d3909d42cd92.tar.bz2 |
set_tests_properties(): Add DIRECTORY option
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/test-properties-directory.rst | 3 |
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 7331ac3..7a36372 100644 --- a/Help/release/dev/test-properties-directory.rst +++ b/Help/release/dev/test-properties-directory.rst @@ -4,3 +4,6 @@ test-properties-directory * The ``TEST`` mode of the :command:`set_property` command gained a ``DIRECTORY`` sub-option, which allows you to set properties on tests in other directories. +* The :command:`set_tests_properties` command gained a ``DIRECTORY`` + sub-option, which allows you to set properties on tests in other + directories. |