We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8c907 commit 61c6a4aCopy full SHA for 61c6a4a
CMakeLists.txt
@@ -395,9 +395,9 @@ if(APPLE)
395
set(MACOSX_BUNDLE_REQUIRED_PLATFORM IPhoneOS)
396
set_target_properties(${BIN_TARGET} PROPERTIES XCODE_ATTRIBUTE_TARGETED_DEVICE_FAMILY "1,2")
397
set(CMAKE_OSX_DEPLOYMENT_TARGET "9.0")
398
- elseif(DARWIN_MAJOR_VERSION GREATER_EQUAL 16)
+ elseif(DARWIN_MAJOR_VERSION GREATER_EQUAL 17)
399
set(MACOSX_BUNDLE_REQUIRED_PLATFORM Carbon)
400
- set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12.0")
+ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13.0")
401
endif()
402
if(DARWIN_MAJOR_VERSION VERSION_LESS 9)
403
# Finder on OSX Tiger can only handle icns files with up to 128x128 icons.
0 commit comments