You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmake/Tests/RunCMake/CPack_WIX/cpack-check-common.cmake

7 lines
352 B

file(GLOB wix_log_file RELATIVE "${RunCMake_TEST_BINARY_DIR}" "${RunCMake_TEST_BINARY_DIR}/_CPack_Packages/*/WIX/wix.log")
if(wix_log_file)
file(READ "${RunCMake_TEST_BINARY_DIR}/${wix_log_file}" wix_log)
string(REPLACE "\n" "\n wix-log> " wix_log " wix-log> ${wix_log}")
set(RunCMake_TEST_FAILURE_MESSAGE "${wix_log_file}:\n${wix_log}")
endif()