mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
174721ecc0
Check that property INTERFACE_LINK_OPTIONS is correctly propagated from static libraries. Issue: #18251
5 lines
131 B
CMake
5 lines
131 B
CMake
|
|
if (NOT actual_stdout MATCHES "BADFLAG_INTERFACE")
|
|
set (RunCMake_TEST_FAILED "Not found expected 'BADFLAG_INTERFACE'.")
|
|
endif()
|