projects
/
platform
/
upstream
/
cmake.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Imported Upstream version 3.23.5
[platform/upstream/cmake.git]
/
Tests
/
RunCMake
/
Ninja
/
Intl-build-check.cmake
1
include(${RunCMake_SOURCE_DIR}/Intl-common.cmake)
2
set(output "${RunCMake_TEST_BINARY_DIR}/${intl}-output.txt")
3
if(NOT EXISTS "${output}")
4
set(RunCMake_TEST_FAILED "Expected output does not exist:\n ${output}")
5
endif()