Help: Add missing DIRECTORY keyword to set_tests_properties() signature

This commit is contained in:
Craig Scott
2024-01-05 16:45:27 +11:00
parent 34379f005b
commit 1ca5ec67b0

View File

@@ -6,6 +6,7 @@ Set a property of the tests.
.. code-block:: cmake
set_tests_properties(<tests>...
[DIRECTORY <dir>]
PROPERTIES <prop1> <value1>
[<prop2> <value2>]...)