Skip to content

Commit

Permalink
Fix CMake Windows ARM typo (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm authored Jun 3, 2024
1 parent dae0e52 commit 24ac711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ if (USE_CPU_EXTENSIONS)
)
endif()
elseif (AWS_ARCH_ARM64 OR AWS_ARCH_ARM32)
if (WINDOWS)
if (WIN32)
file(GLOB AWS_COMMON_ARCH_SRC
"source/arch/arm/windows/*.c"
)
Expand Down

0 comments on commit 24ac711

Please sign in to comment.