Browse Source
require mbedtls
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/496/head
crueter
6 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
CMakeLists.txt
|
|
|
@ -486,7 +486,7 @@ else() |
|
|
|
find_package(ZLIB 1.2 REQUIRED) |
|
|
|
find_package(zstd 1.5 REQUIRED MODULE) |
|
|
|
find_package(Boost 1.57.0 REQUIRED context system fiber) |
|
|
|
find_package(MbedTLS 3) |
|
|
|
find_package(MbedTLS 3 REQUIRED) |
|
|
|
|
|
|
|
find_package(VulkanUtilityLibraries REQUIRED) |
|
|
|
find_package(VulkanHeaders 1.3.274 REQUIRED) |
|
|
|
|