Skip to content

CROSSCOMPILING_EMULATOR: Fix test generation for empty value

If CROSSCOMPILING_EMULATOR was set to an empty string, and a test was generated with the executable as the command, CMake would segfault upon trying to generate the test file. Fix this.

Fixes: #18819 (closed)

Merge request reports