Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2d262efd296dfd1802631978d9b9ab23fdf135a4
/
.
/
Tests
/
RunCMake
/
GeneratorExpression
/
STREQUAL-check.cmake
blob: 13b5aba61260e4ff34965f1689d7821030d85a84 [
file
]
file
(
READ
"${RunCMake_TEST_BINARY_DIR}/STREQUAL-generated.txt"
content
)
set
(
expected
"1:0"
)
if
(
NOT content STREQUAL expected
)
set
(
RunCMake_TEST_FAILED
"$<STREQUAL>: actual content:\n [[${content}]]\nbut expected:\n [[${expected}]]"
)
endif
()