diff options
author | Brad King <brad.king@kitware.com> | 2022-03-21 19:43:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-03-21 19:46:50 (GMT) |
commit | 78e0204e813029cbac127af419fc4c88f57f925d (patch) | |
tree | 2641cfc344c62bebe847bc8f941f9de9c41760ef /Help/command/set_tests_properties.rst | |
parent | 58f15afb8a1f6c7f047585d81a8f773fcf7952e8 (diff) | |
download | CMake-78e0204e813029cbac127af419fc4c88f57f925d.zip CMake-78e0204e813029cbac127af419fc4c88f57f925d.tar.gz CMake-78e0204e813029cbac127af419fc4c88f57f925d.tar.bz2 |
Help: Clarify when add_test and test properties support generator expressions
Issue: #23329
Diffstat (limited to 'Help/command/set_tests_properties.rst')
-rw-r--r-- | Help/command/set_tests_properties.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Help/command/set_tests_properties.rst b/Help/command/set_tests_properties.rst index 9bc94ae..eadde33 100644 --- a/Help/command/set_tests_properties.rst +++ b/Help/command/set_tests_properties.rst @@ -9,8 +9,10 @@ Set a property of the tests. Sets a property for the tests. If the test is not found, CMake will report an error. -:manual:`Generator expressions <cmake-generator-expressions(7)>` will be -expanded the same as supported by the test's :command:`add_test` call. + +Test property values may be specified using +:manual:`generator expressions <cmake-generator-expressions(7)>` +for tests created by the :command:`add_test(NAME)` signature. See also the :command:`set_property(TEST)` command. |