diff options
author | Brad King <brad.king@kitware.com> | 2024-01-26 20:16:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-01-29 15:30:24 (GMT) |
commit | 13ece67a58a4755807a2e9001e245fdafe9e52e2 (patch) | |
tree | f5d29e88f5d54106e84bd68ad84a85a1984f83fc /Help/release/dev/cmake-test-launcher.rst | |
parent | b9ad73fcb2ddbdd53eff6c3ba635b96f5ed0c87b (diff) | |
download | CMake-13ece67a58a4755807a2e9001e245fdafe9e52e2.zip CMake-13ece67a58a4755807a2e9001e245fdafe9e52e2.tar.gz CMake-13ece67a58a4755807a2e9001e245fdafe9e52e2.tar.bz2 |
Add genex support to TEST_LAUNCHER and CROSSCOMPILING_EMULATOR
Evaluate generator expressions in these properties, as they apply to
`add_test`, `add_custom_command`, and `add_custom_target`.
The `CMAKE_CROSSCOMPILING_EMULATOR` variable's `try_run` behavior occurs
at configure time and so cannot support generator expressions.
Diffstat (limited to 'Help/release/dev/cmake-test-launcher.rst')
-rw-r--r-- | Help/release/dev/cmake-test-launcher.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/release/dev/cmake-test-launcher.rst b/Help/release/dev/cmake-test-launcher.rst index a82a8ad..0a5db77 100644 --- a/Help/release/dev/cmake-test-launcher.rst +++ b/Help/release/dev/cmake-test-launcher.rst @@ -9,3 +9,6 @@ cmake-test-launcher * The :command:`add_test` command now honors :variable:`CMAKE_CROSSCOMPILING_EMULATOR` only when cross-compiling. See policy :policy:`CMP0158`. + +* The :prop_tgt:`CROSSCOMPILING_EMULATOR` target property now + supports :manual:`generator expressions <cmake-generator-expressions(7)>`. |