cmake: fix build after 3rdparty updates

This commit is contained in:
oltolm 2025-01-16 18:17:13 +01:00 committed by Ani
parent a29ecaf1d3
commit e3f57074aa
7 changed files with 33 additions and 25 deletions

View file

@ -0,0 +1,4 @@
set(WOLFSSL_LIBRARY ON)
set(WOLFSSL_INCLUDE_DIR ON)
set(WOLFSSL_LIBRARIES wolfssl)
set(WOLFSSL_FOUND TRUE)