build: link log on test builds

This commit is contained in:
2026-05-12 17:51:32 -03:00
parent f1c7dee030
commit 0507c68a0b
+3
View File
@@ -28,6 +28,9 @@ FetchContent_Declare(
) )
# seallib config # seallib config
if (TINYMITM_TEST)
set(SEALLIB_LOG ON CACHE BOOL "" FORCE)
endif()
set(SEALLIB_EVENTS ON CACHE BOOL "" FORCE) set(SEALLIB_EVENTS ON CACHE BOOL "" FORCE)
FetchContent_GetProperties(seallib) FetchContent_GetProperties(seallib)
FetchContent_MakeAvailable(seallib) FetchContent_MakeAvailable(seallib)