Skip to content

Commit 0ad5777

Browse files
authored
Update CMakeLists.txt
1 parent 743b59e commit 0ad5777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ if(MSVC)
499499
endif()
500500
include(CheckCXXSymbolExists)
501501
check_symbol_exists(__aarch64__ "" IS_AARCH64)
502-
heck_symbol_exists(__aarch__ "" IS_AARCH)
502+
check_symbol_exists(__aarch__ "" IS_AARCH)
503503
check_symbol_exists(__arm__ "" IS_ARM64)
504504

505505
message(STATUS "${IS_AARCH64} ${IS_AARCH} ${IS_ARM64}")

0 commit comments

Comments
 (0)