mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
Fix building with polarssl from the externals.
This commit is contained in:
parent
acbdcc8ea0
commit
d9dd0a7874
@ -610,6 +610,7 @@ if(POLARSSL_FOUND AND POLARSSL_WORKS)
|
|||||||
include_directories(${POLARSSL_INCLUDE_DIR})
|
include_directories(${POLARSSL_INCLUDE_DIR})
|
||||||
else()
|
else()
|
||||||
message("Using PolarSSL from Externals")
|
message("Using PolarSSL from Externals")
|
||||||
|
set(POLARSSL_LIBRARY polarssl)
|
||||||
add_subdirectory(Externals/polarssl/)
|
add_subdirectory(Externals/polarssl/)
|
||||||
include_directories(Externals/polarssl/include)
|
include_directories(Externals/polarssl/include)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user