Skip to content

Commit c667588

Browse files
authored
Update CMakeLists.txt
1 parent 076826c commit c667588

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -497,10 +497,7 @@ if(MSVC)
497497
if(MSVC_VERSION LESS 1914)
498498
set(MSVC_EXPORTLIST ${MSVC_EXPORTLIST} ??3@YAXPAX0@Z ??_V@YAXPAX0@Z)
499499
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()
500+
504501
if(MSVC_VERSION GREATER_EQUAL 1936 AND NOT (CMAKE_C_COMPILER MATCHES "aarch64|arm"))
505502
set(MSVC_EXPORTLIST ${MSVC_EXPORTLIST}
506503
__std_find_trivial_1

0 commit comments

Comments
 (0)