fix typo in cmake file

This commit is contained in:
Grant Limberg 2025-09-08 08:53:35 -07:00
parent 71d68e9a60
commit ebf66b7920
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735

View file

@ -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})