Update minimum OSX deployment target to 13.3 which is required by the OSX 14.4 SDK. (#4464)
Fixes error: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/c++/v1/__format/formatter_floating_point.h:66:32: error: 'to_chars' is unavailable: introduced in macOS 13.3
This commit is contained in:
parent
42544be68e
commit
ece1cfd6db
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ endif()
|
|||
|
||||
# OSX compatibility needs to be set before project is declared
|
||||
set(CMAKE_OSX_DEPLOYMENT_TARGET
|
||||
12
|
||||
13.3
|
||||
CACHE STRING "")
|
||||
|
||||
project(nano-node)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue