mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -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
|
||||
|
||||
set_tests_properties(<tests>...
|
||||
[DIRECTORY <dir>]
|
||||
PROPERTIES <prop1> <value1>
|
||||
[<prop2> <value2>]...)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user