build: link log on test builds
This commit is contained in:
@@ -28,6 +28,9 @@ FetchContent_Declare(
|
||||
)
|
||||
|
||||
# seallib config
|
||||
if (TINYMITM_TEST)
|
||||
set(SEALLIB_LOG ON CACHE BOOL "" FORCE)
|
||||
endif()
|
||||
set(SEALLIB_EVENTS ON CACHE BOOL "" FORCE)
|
||||
FetchContent_GetProperties(seallib)
|
||||
FetchContent_MakeAvailable(seallib)
|
||||
|
||||
Reference in New Issue
Block a user