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 076826c commit c667588Copy full SHA for c667588
CMakeLists.txt
@@ -497,10 +497,7 @@ if(MSVC)
497
if(MSVC_VERSION LESS 1914)
498
set(MSVC_EXPORTLIST ${MSVC_EXPORTLIST} ??3@YAXPAX0@Z ??_V@YAXPAX0@Z)
499
endif()
500
- message(STATUS "${CMAKE_C_COMPILER}")
501
-if(CMAKE_C_COMPILER MATCHES "aarch64|arm")
502
- message(STATUS "Looks like an ARM compiler (based on path)")
503
-endif()
+
504
if(MSVC_VERSION GREATER_EQUAL 1936 AND NOT (CMAKE_C_COMPILER MATCHES "aarch64|arm"))
505
set(MSVC_EXPORTLIST ${MSVC_EXPORTLIST}
506
__std_find_trivial_1
0 commit comments