Skip to content

Commit

Permalink
third_party: try curl without idn2
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Nov 12, 2024
1 parent 534013a commit 2d0e714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/curl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ list(APPEND CMAKE_ARGS
"-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
"-DCURL_USE_OPENSSL=ON"
"-DCURL_USE_LIBSSH2=OFF"
"-DUSE_LIBIDN2=OFF"
"-DBUILD_SHARED_LIBS=OFF"
"-DCURL_CA_PATH_SET=OFF"
"-DCURL_ZLIB=OFF"
Expand Down

0 comments on commit 2d0e714

Please sign in to comment.