Skip to content

Commit

Permalink
Target osx 10.12 deployment (#2381)
Browse files Browse the repository at this point in the history
  • Loading branch information
Russel Waters committed Nov 8, 2019
1 parent c00e72a commit aec92a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
cmake_minimum_required (VERSION 3.4)
# compatibility for osx sierra and on
# needs to be set before project
set (CMAKE_OSX_DEPLOYMENT_TARGET 10.12 CACHE STRING "")

project (nano-node)

# Get the latest abbreviated commit hash of the working branch
Expand Down

0 comments on commit aec92a5

Please sign in to comment.