diff options
Diffstat (limited to 'Help/release/dev/cmake-test-launcher.rst')
-rw-r--r-- | Help/release/dev/cmake-test-launcher.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/release/dev/cmake-test-launcher.rst b/Help/release/dev/cmake-test-launcher.rst index e97498d..a82a8ad 100644 --- a/Help/release/dev/cmake-test-launcher.rst +++ b/Help/release/dev/cmake-test-launcher.rst @@ -5,3 +5,7 @@ cmake-test-launcher :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`. |