We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5697c commit f51466eCopy full SHA for f51466e
ios.toolchain.cmake
@@ -152,7 +152,7 @@ endif()
152
153
if(DEFINED IOS_DEPLOYMENT_TARGET)
154
set(DEPLOYMENT_TARGET ${IOS_DEPLOYMENT_TARGET})
155
- message(DEPRECATION "CMAKE_IOS_DEVELOPER_ROOT argument is DEPRECATED. Consider using the new CMAKE_DEVELOPER_ROOT argument instead.")
+ message(DEPRECATION "IOS_DEPLOYMENT_TARGET argument is DEPRECATED. Consider using the new DEPLOYMENT_TARGET argument instead.")
156
endif()
157
158
if(DEFINED CMAKE_IOS_DEVELOPER_ROOT)
0 commit comments