cmake/Tests/RunCMake/target_link_options/LINK_OPTIONS-dollar-option-check.cmake

5 lines
129 B
CMake
Raw Normal View History

2023-12-07 09:12:54 +01:00
if (NOT actual_stdout MATCHES "BADFLAG_\\$dollar")
set (RunCMake_TEST_FAILED "Not found expected 'BADFLAG_$dollar'.")
endif()