mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
cmake: Disable building static curl binary
This commit is contained in:
parent
759c947c4f
commit
9756d0b645
1 changed files with 0 additions and 1 deletions
|
@ -117,7 +117,6 @@ set(LibArchive_INCLUDE_DIR ${CMAKE_CURRENT_LIST_DIR}/dependencies/libarchive-3.7
|
|||
|
||||
# Bundled libcurl
|
||||
set(CMAKE_CURL_INCLUDES)
|
||||
set(BUILD_STATIC_CURL true)
|
||||
set(BUILD_CURL_EXE OFF CACHE BOOL "" FORCE)
|
||||
set(BUILD_LIBCURL_DOCS OFF CACHE BOOL "" FORCE)
|
||||
set(ENABLE_CURL_MANUAL OFF CACHE BOOL "" FORCE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue