Skip to content

Commit 61c6a4a

Browse files
committed
Bump macOS target to 10.13.0
Apparently required for `std::visit`
1 parent 5f8c907 commit 61c6a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,9 @@ if(APPLE)
395395
set(MACOSX_BUNDLE_REQUIRED_PLATFORM IPhoneOS)
396396
set_target_properties(${BIN_TARGET} PROPERTIES XCODE_ATTRIBUTE_TARGETED_DEVICE_FAMILY "1,2")
397397
set(CMAKE_OSX_DEPLOYMENT_TARGET "9.0")
398-
elseif(DARWIN_MAJOR_VERSION GREATER_EQUAL 16)
398+
elseif(DARWIN_MAJOR_VERSION GREATER_EQUAL 17)
399399
set(MACOSX_BUNDLE_REQUIRED_PLATFORM Carbon)
400-
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12.0")
400+
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13.0")
401401
endif()
402402
if(DARWIN_MAJOR_VERSION VERSION_LESS 9)
403403
# Finder on OSX Tiger can only handle icns files with up to 128x128 icons.

0 commit comments

Comments
 (0)