mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
target macos 14
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user