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 0ad5777 commit df470d2Copy full SHA for df470d2
CMakeLists.txt
@@ -497,12 +497,8 @@ if(MSVC)
497
if(MSVC_VERSION LESS 1914)
498
set(MSVC_EXPORTLIST ${MSVC_EXPORTLIST} ??3@YAXPAX0@Z ??_V@YAXPAX0@Z)
499
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)
504
505
-message(STATUS "${IS_AARCH64} ${IS_AARCH} ${IS_ARM64}")
+message(STATUS "${CMAKE_HOST_SYSTEM_PROCESSOR}")
506
if(MSVC_VERSION GREATER_EQUAL 1936 AND NOT (CMAKE_SYSTEM_PROCESSOR MATCHES "ARM" OR CMAKE_SYSTEM_PROCESSOR MATCHES "AARCH64"))
507
set(MSVC_EXPORTLIST ${MSVC_EXPORTLIST}
508
__std_find_trivial_1
0 commit comments