Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ac892a64a93054f27dfd84d99af01ac68aa617d7
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
NoUnnecessaryFlag-build-check.cmake
blob: 4f767fabd2dadd96f41779c069d54ff5e8075322 [
file
]
foreach
(
flag
@flags@
)
string
(
FIND
"${actual_stdout}"
"${flag}"
position
)
if
(
NOT position EQUAL
-
1
)
set
(
RunCMake_TEST_FAILED
"\"${flag}\" compile flag found."
)
break
()
endif
()
endforeach
()