build: change option wording

This commit is contained in:
2026-05-13 12:19:55 -03:00
parent 25d22d235d
commit e58e4c3c01
+1 -1
View File
@@ -11,7 +11,7 @@ project(tinymitm LANGUAGES CXX)
# options # options
# ------------------------------ # ------------------------------
option(TINYMITM_TEST "Add test project" OFF) 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) if (TINYMITM_TEST)
set(TINYMITM_LOGS ON CACHE BLOOL "" FORCE) set(TINYMITM_LOGS ON CACHE BLOOL "" FORCE)