mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-06 23:36:54 +02:00
Removed build flag in CMake script
This commit is contained in:
parent
cba65d897a
commit
12c621c230
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ cmake_minimum_required (VERSION 2.8)
|
|||
project (zerotiercore)
|
||||
|
||||
set (PROJ_DIR ${PROJECT_SOURCE_DIR})
|
||||
set (ZT_DEFS -std=c++11 "-DZT_SDK=1")
|
||||
set (ZT_DEFS -std=c++11)
|
||||
|
||||
file(GLOB core_src_glob ${PROJ_DIR}/node/*.cpp)
|
||||
add_library(zerotiercore STATIC ${core_src_glob})
|
||||
|
|
Loading…
Add table
Reference in a new issue