mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Help: Add missing DIRECTORY keyword to set_tests_properties() signature
This commit is contained in:
@@ -6,6 +6,7 @@ Set a property of the tests.
|
|||||||
.. code-block:: cmake
|
.. code-block:: cmake
|
||||||
|
|
||||||
set_tests_properties(<tests>...
|
set_tests_properties(<tests>...
|
||||||
|
[DIRECTORY <dir>]
|
||||||
PROPERTIES <prop1> <value1>
|
PROPERTIES <prop1> <value1>
|
||||||
[<prop2> <value2>]...)
|
[<prop2> <value2>]...)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user