Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
49c165450f05a125f7e7b81e9eb0c7ba4a3b595a
/
.
/
Tests
/
FortranOnly
/
checksayhello.cmake
blob: 5352290ab5edbd9e301d45d0c7731c8a4a2f1094 [
file
] [
log
] [
blame
]
file
(
READ
out
.
txt IN
)
message
(
"${IN}"
)
if
(
IN MATCHES
Hello
AND IN MATCHES
World
)
message
(
"Passed"
)
else
()
message
(
FATAL_ERROR
"Hello world not found"
)
endif
()