CMake: fix curl build

This commit is contained in:
oltolm 2023-10-06 12:02:15 +02:00 committed by Megamouse
parent 2f99fda88e
commit 8bd05871d0

View file

@ -28,6 +28,7 @@ else()
set(SSL_ENABLED ON)
set(USE_WOLFSSL ON)
set(SHARE_LIB_OBJECT OFF)
add_subdirectory(curl EXCLUDE_FROM_ALL)