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.
6 lines
265 B
6 lines
265 B
2 years ago
|
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()
|