mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-05 22:46:56 +00:00
cmake: fix build with latest Curl
This commit is contained in:
parent
51ea735cb5
commit
f0f9ef6f30
1 changed files with 2 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue