cmake: fix Windows/MSVC build issues with zlib path and wolfSSL TLS1.3

This commit is contained in:
Alasonga
2026-08-03 09:24:56 +02:00
committed by Megamouse
parent 59e59c7de6
commit f61c0cb5df
2 changed files with 18 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ if(USE_SYSTEM_WOLFSSL)
add_library(wolfssl INTERFACE)
target_link_libraries(wolfssl INTERFACE PkgConfig::WolfSSL)
else()
set(WOLFSSL_TLS13 OFF CACHE INTERNAL "")
set(WOLFSSL_TLS13 ON CACHE INTERNAL "" FORCE)
set(WOLFSSL_SHA3 ON CACHE INTERNAL "")
set(WOLFSSL_SHAKE256 ON CACHE INTERNAL "")
set(WOLFSSL_BASE64_ENCODE OFF CACHE INTERNAL "")