Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c78be340ba110366f59ccfd4dc140e5ac31191d9
/
.
/
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
()