From e58e4c3c0169ce7982113ec407029fd86074b01d Mon Sep 17 00:00:00 2001 From: neru Date: Wed, 13 May 2026 12:19:55 -0300 Subject: [PATCH] build: change option wording --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fca10c8..b2288f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ project(tinymitm LANGUAGES CXX) # options # ------------------------------ option(TINYMITM_TEST "Add test project" OFF) -option(TINYMITM_LOGS "Add logs for proxy" OFF) +option(TINYMITM_LOGS "Add log sink supoprt" OFF) if (TINYMITM_TEST) set(TINYMITM_LOGS ON CACHE BLOOL "" FORCE)