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 0e728c8 commit ee02c60Copy full SHA for ee02c60
CMakeLists.txt
@@ -498,7 +498,7 @@ if(MSVC)
498
set(MSVC_EXPORTLIST ${MSVC_EXPORTLIST} ??3@YAXPAX0@Z ??_V@YAXPAX0@Z)
499
endif()
500
501
- if(MSVC_VERSION GREATER_EQUAL 1936)
+ if(MSVC_VERSION GREATER_EQUAL 1936 AND NOT (CMAKE_SYSTEM_PROCESSOR MATCHES "ARM" OR CMAKE_SYSTEM_PROCESSOR MATCHES "AARCH64"))
502
set(MSVC_EXPORTLIST ${MSVC_EXPORTLIST}
503
__std_find_trivial_1
504
__std_find_trivial_2
0 commit comments