summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_link_options/LINK_OPTIONS-static-check.cmake
blob: b68e451750b75b79fdcc43a64ac3ccec93755322 (plain)
1
2
3
4
5
6
7

if (actual_stdout MATCHES "BADFLAG_RELEASE")
  set (RunCMake_TEST_FAILED "Found 'BADFLAG_RELEASE' which was not expected.")
endif()
if (actual_stdout MATCHES "SHELL:")
  string (APPEND RunCMake_TEST_FAILED "\nFound unexpected prefix 'SHELL:'.")
endif()