Skip to content

Commit

Permalink
Removed build flag in CMake script
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-henry committed Dec 13, 2017
1 parent cba65d8 commit 12c621c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 12c621c

Please sign in to comment.