Files
CMake/Tests/RunCMake/target_link_options/LINK_OPTIONS-interface-static-check.cmake
T
Marc Chevrier 174721ecc0 LINK_OPTIONS property: add test for static library.
Check that property INTERFACE_LINK_OPTIONS is correctly propagated
from static libraries.

Issue: #18251
2018-08-15 14:40:36 +02:00

5 lines
131 B
CMake

if (NOT actual_stdout MATCHES "BADFLAG_INTERFACE")
set (RunCMake_TEST_FAILED "Not found expected 'BADFLAG_INTERFACE'.")
endif()