Skip to content

Commit

Permalink
Bump macOS target to 10.13.0
Browse files Browse the repository at this point in the history
Apparently required for `std::visit`
  • Loading branch information
glebm committed Nov 24, 2024
1 parent c76293e commit 6463811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ if(APPLE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "9.0")
elseif(DARWIN_MAJOR_VERSION GREATER_EQUAL 16)
set(MACOSX_BUNDLE_REQUIRED_PLATFORM Carbon)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.12.0")
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13.0")
endif()
set_target_properties(${BIN_TARGET} PROPERTIES MACOSX_BUNDLE_ICON_FILE "AppIcon.icns")
set_target_properties(${BIN_TARGET} PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Packaging/apple/Info.plist")
Expand Down

0 comments on commit 6463811

Please sign in to comment.