mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 00:29:55 -06:00
8 lines
281 B
CMake
8 lines
281 B
CMake
file(READ "${bin_dir}/test_output.txt" output)
|
|
file(READ "${bin_dir}/test_error.txt" error)
|
|
|
|
message(FATAL_ERROR "Error in pre-test phase '${RunCMake_TEST_STEP}'!\n"
|
|
"Return code: '${return_code}'\n"
|
|
"Info output: '${output}'\n"
|
|
"Error output: '${error}'")
|