Skip to content

Commit a2749ae

Browse files
committed
fixup
1 parent d12f54d commit a2749ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ endif()
412412

413413
if(CMAKE_SYSTEM_PROCESSOR MATCHES "(aarch64|arm64|ARM64)")
414414
set(HOST_AARCH64 true)
415-
if(WIN32 AND NOT DEFINED ENABLE_ASM)
415+
if(WIN32)
416416
set(ENABLE_ASM false)
417417
endif()
418418
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm")

0 commit comments

Comments
 (0)