From e35e9713500dd793f9390c2ff5b59e5cfeed13c8 Mon Sep 17 00:00:00 2001 From: neru <2+neru@noreply.localhost> Date: Wed, 17 Jun 2026 20:21:43 -0300 Subject: [PATCH] fix: typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2288f9..83053fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ option(TINYMITM_TEST "Add test project" OFF) option(TINYMITM_LOGS "Add log sink supoprt" OFF) if (TINYMITM_TEST) - set(TINYMITM_LOGS ON CACHE BLOOL "" FORCE) + set(TINYMITM_LOGS ON CACHE BOOL "" FORCE) endif() if (TINYMITM_LOGS)