target macos 14

This commit is contained in:
uncor3
2025-11-16 20:37:33 -08:00
parent 3cec540e45
commit 6c3f90b7ad
+2 -2
View File
@@ -14,8 +14,8 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
if (APPLE)
# Target at least macOS 13.0
set(CMAKE_OSX_DEPLOYMENT_TARGET "13.0")
# Target at least macOS 14.0
set(CMAKE_OSX_DEPLOYMENT_TARGET "14.0")
endif()
# Platform-specific paths for libraries built from source