Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Tests
/
RunCMake
/
Configure
/
RerunCMakeNinja-build1-check.cmake
blob: 3fb557fba657676ac71bd62fd2ce540202a96e5f [
file
] [
edit
]
file
(
READ $
{
stamp
}
content
)
if
(
NOT content STREQUAL
1
)
set
(
RunCMake_TEST_FAILED
"Expected stamp '1' but got: '${content}'"
)
endif
()