[PATCH] D115500: [llvm] [Debuginfod] Disable CURL by default.

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 13 09:40:12 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGea4c69196ebd: [llvm] [Debuginfod] Disable CURL by default. (authored by noajshu).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115500/new/

https://reviews.llvm.org/D115500

Files:
  llvm/CMakeLists.txt


Index: llvm/CMakeLists.txt
===================================================================
--- llvm/CMakeLists.txt
+++ llvm/CMakeLists.txt
@@ -394,7 +394,7 @@
 
 set(LLVM_ENABLE_ZLIB "ON" CACHE STRING "Use zlib for compression/decompression if available. Can be ON, OFF, or FORCE_ON")
 
-set(LLVM_ENABLE_CURL "ON" CACHE STRING "Use libcurl for the HTTP client if available. Can be ON, OFF, or FORCE_ON")
+set(LLVM_ENABLE_CURL "OFF" CACHE STRING "Use libcurl for the HTTP client if available. Can be ON, OFF, or FORCE_ON")
 
 set(LLVM_Z3_INSTALL_DIR "" CACHE STRING "Install directory of the Z3 solver.")
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115500.393939.patch
Type: text/x-patch
Size: 610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211213/1556728a/attachment.bin>


More information about the llvm-commits mailing list