mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
974de0e199
issue: #18251
5 lines
122 B
CMake
5 lines
122 B
CMake
|
|
if (actual_stdout MATCHES "BADFLAG")
|
|
string (APPEND RunCMake_TEST_FAILED "\nFound unexpected flag 'BADFLAG'.")
|
|
endif()
|