mirror of
https://github.com/reactos/CMake.git
synced 2024-12-11 21:34:32 +00:00
bbba701899
Fixes: #20022
5 lines
143 B
CMake
5 lines
143 B
CMake
|
|
if (NOT actual_stdout MATCHES "BADFLAG_INTERFACE")
|
|
string (APPEND RunCMake_TEST_FAILED "\nNot found expected 'BADFLAG_INTERFACE'.")
|
|
endif()
|