We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743b59e commit 0ad5777Copy full SHA for 0ad5777
CMakeLists.txt
@@ -499,7 +499,7 @@ if(MSVC)
499
endif()
500
include(CheckCXXSymbolExists)
501
check_symbol_exists(__aarch64__ "" IS_AARCH64)
502
-heck_symbol_exists(__aarch__ "" IS_AARCH)
+check_symbol_exists(__aarch__ "" IS_AARCH)
503
check_symbol_exists(__arm__ "" IS_ARM64)
504
505
message(STATUS "${IS_AARCH64} ${IS_AARCH} ${IS_ARM64}")
0 commit comments