Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
156ac6c728020f904d49b2a3d45b5f155b06d22b
/
.
/
Tests
/
RunCMake
/
Configure
/
RerunCMake-build5-check.cmake
blob: d740671b07037b3144fe45cfe1b87a1d18c0884f [
file
] [
log
] [
blame
]
file
(
READ $
{
stamp
}
content
)
if
(
NOT content STREQUAL
5
)
set
(
RunCMake_TEST_FAILED
"Expected stamp '5' but got: '${content}'"
)
endif
()