mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-16 19:52:58 +02:00
fix typo in cmake file
This commit is contained in:
parent
71d68e9a60
commit
ebf66b7920
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ cmake_minimum_required (VERSION 3.13)
|
||||||
project (zerotier-one LANGUAGES CXX C)
|
project (zerotier-one LANGUAGES CXX C)
|
||||||
|
|
||||||
option(ZT1_CENTRAL_CONTROLLER "Build with ZeroTier Central Controller support" OFF)
|
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})
|
set (PROJ_DIR ${PROJECT_SOURCE_DIR})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue