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.
|
include(${RunCMake_SOURCE_DIR}/Intl-common.cmake)
|
|
set(output "${RunCMake_TEST_BINARY_DIR}/${intl}-output.txt")
|
|
if(NOT EXISTS "${output}")
|
|
set(RunCMake_TEST_FAILED "Expected output does not exist:\n ${output}")
|
|
endif()
|