mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-03 03:17:54 -06:00
cmake: fix build with latest Curl
This commit is contained in:
parent
51ea735cb5
commit
f0f9ef6f30
@ -1,4 +1,3 @@
|
||||
set(WOLFSSL_LIBRARY ON)
|
||||
set(WOLFSSL_INCLUDE_DIR ON)
|
||||
set(WOLFSSL_LIBRARIES wolfssl)
|
||||
set(WOLFSSL_LIBRARY wolfssl)
|
||||
set(WOLFSSL_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/3rdparty/wolfssl)
|
||||
set(WOLFSSL_FOUND TRUE)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user