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.
|
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()
|