There was an error while loading. Please reload this page.
1 parent 25222c2 commit 84fc4f7Copy full SHA for 84fc4f7
1 file changed
CMakeLists.txt
@@ -426,6 +426,8 @@ endif()
426
# Some of the external libraries are not used for mobile.
427
if(DESKTOP)
428
# Build curl as a static library
429
+ set(BUILD_SHARED_LIBS OFF CACHE BOOL "Build static libraries")
430
+ set(BUILD_CURL_EXE OFF CACHE BOOL "Disable curl executable")
431
set(CURL_STATICLIB ON CACHE BOOL "")
432
if (WIN32)
433
# Enable Windows native SSL/TLS in libcurl.
0 commit comments