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:
clemahieu 2024-03-06 17:40:18 +00:00 committed by GitHub
commit ece1cfd6db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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