Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bd629722bde1337917e8ceb312c18751bdd38dee
/
.
/
Tests
/
RunCMake
/
cmake-E-bin2c
/
verify_binary.cmake
blob: 234128ac571a9b74e293ec244880a3937a2167e3 [
file
]
file
(
SHA256
"${FILENAME}"
hash
)
if
(
NOT hash STREQUAL
"${SHA256SUM}"
)
message
(
FATAL_ERROR
"Expected hash of ${FILENAME}:\n ${SHA256SUM}\nActual hash:\n ${hash}"
)
endif
()