Skip to content

Commit 3c1f920

Browse files
authored
macOS: bump minimum version (#1690)
1 parent 492116a commit 3c1f920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (ENABLE_VCPKG)
2525
OUTPUT_VARIABLE is_vcpkg_shallow
2626
OUTPUT_STRIP_TRAILING_WHITESPACE
2727
)
28-
28+
2929
if(is_vcpkg_shallow STREQUAL "true")
3030
message(STATUS "vcpkg is shallow. Unshallowing it now...")
3131
execute_process(
@@ -93,7 +93,7 @@ endif()
9393

9494
if (APPLE)
9595
enable_language(OBJC OBJCXX)
96-
set(CMAKE_OSX_DEPLOYMENT_TARGET "12.0")
96+
set(CMAKE_OSX_DEPLOYMENT_TARGET "13.4")
9797
endif()
9898

9999
if (UNIX AND NOT APPLE)

0 commit comments

Comments
 (0)