Skip to content

Commit 76ff9cd

Browse files
PatTheMavRytoEX
authored andcommitted
cmake: Increase macOS deployment target to macOS 12
1 parent 8c73708 commit 76ff9cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakePresets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{
1818
"name": "macos",
1919
"displayName": "macOS Universal",
20-
"description": "Build for macOS 11.0+ (Universal binary)",
20+
"description": "Build for macOS 12.0+ (Universal binary)",
2121
"inherits": ["template"],
2222
"binaryDir": "${sourceDir}/build_macos",
2323
"condition": {
@@ -28,7 +28,7 @@
2828
"generator": "Xcode",
2929
"warnings": {"dev": true, "deprecated": true},
3030
"cacheVariables": {
31-
"CMAKE_OSX_DEPLOYMENT_TARGET": "11.0",
31+
"CMAKE_OSX_DEPLOYMENT_TARGET": "12.0",
3232
"CMAKE_OSX_ARCHITECTURES": "arm64;x86_64",
3333
"CODESIGN_IDENTITY": "$penv{CODESIGN_IDENT}",
3434
"CODESIGN_TEAM": "$penv{CODESIGN_TEAM}"
@@ -38,7 +38,7 @@
3838
"name": "macos-ci",
3939
"inherits": ["macos"],
4040
"displayName": "macOS Universal CI build",
41-
"description": "Build for macOS 11.0+ (Universal binary) for CI",
41+
"description": "Build for macOS 12.0+ (Universal binary) for CI",
4242
"generator": "Xcode",
4343
"cacheVariables": {
4444
"CMAKE_COMPILE_WARNING_AS_ERROR": true,

0 commit comments

Comments
 (0)