Target osx 10.12 deployment (#2381)

see https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_DEPLOYMENT_TARGET.html
This commit is contained in:
Russel Waters 2019-11-03 20:20:33 -05:00 committed by GitHub
commit 50c8f8e30c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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