Target osx 10.12 deployment (#2381)
see https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_DEPLOYMENT_TARGET.html
This commit is contained in:
parent
07ce097fcd
commit
50c8f8e30c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue