Skip to content

Commit df470d2

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -497,12 +497,8 @@ if(MSVC)
497497
if(MSVC_VERSION LESS 1914)
498498
set(MSVC_EXPORTLIST ${MSVC_EXPORTLIST} ??3@YAXPAX0@Z ??_V@YAXPAX0@Z)
499499
endif()
500-
include(CheckCXXSymbolExists)
501-
check_symbol_exists(__aarch64__ "" IS_AARCH64)
502-
check_symbol_exists(__aarch__ "" IS_AARCH)
503-
check_symbol_exists(__arm__ "" IS_ARM64)
504500

505-
message(STATUS "${IS_AARCH64} ${IS_AARCH} ${IS_ARM64}")
501+
message(STATUS "${CMAKE_HOST_SYSTEM_PROCESSOR}")
506502
if(MSVC_VERSION GREATER_EQUAL 1936 AND NOT (CMAKE_SYSTEM_PROCESSOR MATCHES "ARM" OR CMAKE_SYSTEM_PROCESSOR MATCHES "AARCH64"))
507503
set(MSVC_EXPORTLIST ${MSVC_EXPORTLIST}
508504
__std_find_trivial_1

0 commit comments

Comments
 (0)