Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
491ecd47ceebaa3ff136df223d4f4112ff577b33
/
.
/
Tests
/
RunCMake
/
LinkStatic
/
STATIC_LIBRARY_OPTIONS-shared-check.cmake
blob: 8c1e96e612efb83fe81504188c9d38f2cdec486f [
file
]
if
(
actual_stdout MATCHES
"BADFLAG"
)
string
(
APPEND
RunCMake_TEST_FAILED
"\nFound unexpected flag 'BADFLAG'."
)
endif
()