mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
bbba701899
Fixes: #20022
5 lines
129 B
CMake
5 lines
129 B
CMake
|
|
if (actual_stdout MATCHES "DIR_INTERFACE")
|
|
string (APPEND RunCMake_TEST_FAILED "\nFound unexpected 'DIR_INTERFACE'.")
|
|
endif()
|