1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

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)