build: change option wording
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user