mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-07-01 23:35:58 +00:00
use minimum required mbedcrypto
This commit is contained in:
parent
6001ece0b8
commit
f2e45695b2
@ -49,7 +49,7 @@ if (USE_MBEDTLS)
|
||||
target_include_directories(moonlight-common-c SYSTEM PRIVATE ${MBEDTLS_INCLUDE_DIRS})
|
||||
else()
|
||||
# For sub project added via CMake
|
||||
target_link_libraries(moonlight-common-c PRIVATE mbedtls)
|
||||
target_link_libraries(moonlight-common-c PRIVATE mbedcrypto)
|
||||
endif()
|
||||
else()
|
||||
find_package(OpenSSL 1.0.2 REQUIRED)
|
||||
|
Loading…
x
Reference in New Issue
Block a user