build: Update curl

This commit is contained in:
WerWolv 2022-01-13 21:30:42 +01:00
parent 3f936b57f5
commit 0864d582a2
2 changed files with 2 additions and 2 deletions

2
external/curl vendored

@ -1 +1 @@
Subproject commit aceff6088cef70843de1da1dd7cc03c37c094d99 Subproject commit 801bd5138ce31aa0d906fa4e2eabfc599d74e793

View File

@ -18,7 +18,7 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../../external/libromfs ${CMAKE_CUR
set_target_properties(libromfs PROPERTIES POSITION_INDEPENDENT_CODE ON) set_target_properties(libromfs PROPERTIES POSITION_INDEPENDENT_CODE ON)
set(XDGPP_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/../../external/xdgpp") set(XDGPP_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/../../external/xdgpp")
set(CMAKE_USE_MBEDTLS ON) set(CURL_USE_MBEDTLS ON)
set(BUILD_CURL_EXE OFF) set(BUILD_CURL_EXE OFF)
set(FPHSA_NAME_MISMATCHED ON CACHE BOOL "") set(FPHSA_NAME_MISMATCHED ON CACHE BOOL "")