mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
13ece67a58
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.
15 lines
571 B
ReStructuredText
15 lines
571 B
ReStructuredText
cmake-test-launcher
|
|
-------------------
|
|
|
|
* A :variable:`CMAKE_TEST_LAUNCHER` variable and corresponding
|
|
:prop_tgt:`TEST_LAUNCHER` target property were added to specify
|
|
a launcher to be used by executable targets when invoked by
|
|
tests added by the :command:`add_test` command.
|
|
|
|
* 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)>`.
|