Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
LinkStatic
/
STATIC_LIBRARY_OPTIONS-shared-check.cmake
blob: 8c1e96e612efb83fe81504188c9d38f2cdec486f [
file
] [
log
] [
blame
]
if
(
actual_stdout MATCHES
"BADFLAG"
)
string
(
APPEND
RunCMake_TEST_FAILED
"\nFound unexpected flag 'BADFLAG'."
)
endif
()