diff options
| author | Theo Buehler <tb@openbsd.org> | 2026-02-08 12:35:42 +0100 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2026-02-08 12:37:53 +0100 |
| commit | 6786cbb9e34dfff2e029ac8e45f2f0cede00350c (patch) | |
| tree | 78391bd77fa8f4fd2d63e066507bb19fbe93a7e6 | |
| parent | d849e4b504c81011b0f84ad5553ec309b998b8f4 (diff) | |
| download | portable-6786cbb9e34dfff2e029ac8e45f2f0cede00350c.tar.gz portable-6786cbb9e34dfff2e029ac8e45f2f0cede00350c.tar.bz2 portable-6786cbb9e34dfff2e029ac8e45f2f0cede00350c.zip | |
Revert "cmake: disable ARM64 ASM on Windows"
Undoes the merge of #1211, which is no longer needed as @vszakats
confirmed by testing in the curl CI.
This reverts commit fad962e027842e224d32b31533a61f65cbc13727.
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fc845c..7ab04ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -412,9 +412,6 @@ endif() | |||
| 412 | 412 | ||
| 413 | if(CMAKE_SYSTEM_PROCESSOR MATCHES "(aarch64|arm64|ARM64)") | 413 | if(CMAKE_SYSTEM_PROCESSOR MATCHES "(aarch64|arm64|ARM64)") |
| 414 | set(HOST_AARCH64 true) | 414 | set(HOST_AARCH64 true) |
| 415 | if(WIN32) | ||
| 416 | set(ENABLE_ASM false) | ||
| 417 | endif() | ||
| 418 | elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm") | 415 | elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm") |
| 419 | set(HOST_ARM true) | 416 | set(HOST_ARM true) |
| 420 | if(APPLE) | 417 | if(APPLE) |
