From ebf66b79202234a8befb17433505fc4c4b24ab07 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Mon, 8 Sep 2025 08:53:35 -0700 Subject: [PATCH] fix typo in cmake file --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 99898c4eb..c13af6dcd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required (VERSION 3.13) project (zerotier-one LANGUAGES CXX C) option(ZT1_CENTRAL_CONTROLLER "Build with ZeroTier Central Controller support" OFF) -oiption(ADDRESS_SANITIZER "Build with Address Sanitizer enabled (only for x86_64/arm64)" OFF +option(ADDRESS_SANITIZER "Build with Address Sanitizer enabled (only for x86_64/arm64)" OFF ) set (PROJ_DIR ${PROJECT_SOURCE_DIR})