Skip to content

Commit

Permalink
upgrade ios deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongfq committed May 28, 2024
1 parent 7650967 commit d1c04f4
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 @@ -299,7 +299,7 @@ if(APPLE)
# set_xcode_property(${APP_NAME} DEBUG_INFORMATION_FORMAT "DWARF")

if(NOT DEFINED CMAKE_XCODE_ATTRIBUTE_IPHONEOS_DEPLOYMENT_TARGET)
SET (CMAKE_XCODE_ATTRIBUTE_IPHONEOS_DEPLOYMENT_TARGET 11.0)
SET (CMAKE_XCODE_ATTRIBUTE_IPHONEOS_DEPLOYMENT_TARGET 12.0)
endif()

# warnings
Expand Down

0 comments on commit d1c04f4

Please sign in to comment.