You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmake/Tests/RunCMake/AppleSilicon/default-target-arm64-build-...

6 lines
265 B

if(NOT actual_stdout MATCHES "[ -]-target=arm64-apple-macosx ")
set(RunCMake_TEST_FAILED "No -target=arm64-apple-macosx flag found!")
elseif(actual_stdout MATCHES " (-arch +[^ ]*)")
set(RunCMake_TEST_FAILED "'${CMAKE_MATCH_1}' flag incorrectly found!")
endif()