mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
bbba701899
Fixes: #20022
5 lines
135 B
CMake
5 lines
135 B
CMake
|
|
if (NOT actual_stdout MATCHES "DIR_INTERFACE")
|
|
string (APPEND RunCMake_TEST_FAILED "\nNot found expected 'DIR_INTERFACE'.")
|
|
endif()
|