Skip to content

Commit

Permalink
fix: Fix build failure on ARM architecture chips
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed May 21, 2024
1 parent 0ee404e commit 6a77144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ ExternalProject_Add(fmt
)

set(CURL_OPTIONS
--enable-shared
--disable-dict
--disable-file
--disable-ftp
Expand All @@ -245,11 +246,12 @@ set(CURL_OPTIONS
--disable-manual
--disable-pop3
--disable-rtsp
--disable-shared
--disable-smtp
--disable-telnet
--disable-tftp
--without-brotli
--without-libidn
--without-libidn2
--without-librtmp
--without-libssh2
--without-ssl
Expand All @@ -261,8 +263,6 @@ if (APPLE)
set(CURL_OPTIONS
${CURL_OPTIONS}
--without-nghttp2
--without-libidn2
--without-brotli
)
endif ()
ExternalProject_Add(curl
Expand Down

0 comments on commit 6a77144

Please sign in to comment.