You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: indra/CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ option(ENABLE_SIGNING "Enable signing the viewer" OFF)
118
118
set(SIGNING_IDENTITY ""CACHESTRING"Specifies the signing identity to use, if necessary.")
119
119
120
120
# macOS deploy target(must be set BEFORE first project call)
121
-
set(CMAKE_OSX_DEPLOYMENT_TARGET "12.0"CACHESTRING"Minimum macOS version to target for deployment (at runtime); newer APIs weak linked. Set to empty string for default value.")
121
+
set(CMAKE_OSX_DEPLOYMENT_TARGET "14.0"CACHESTRING"Minimum macOS version to target for deployment (at runtime); newer APIs weak linked. Set to empty string for default value.")
0 commit comments