forked from lthn/blockchain
build: macOS min deployment target changed: 10.10.5 -> 10.12 (Sierra)
This commit is contained in:
parent
01a878d827
commit
45f3986f78
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ find_package(OpenSSL REQUIRED)
|
|||
|
||||
|
||||
if(APPLE)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.10.5)
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.12)
|
||||
endif()
|
||||
|
||||
set(USE_PCH FALSE CACHE BOOL "Use shared precompiled headers")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue