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.
2 parents 3e5697c + f51466e commit 0d85dd6Copy full SHA for 0d85dd6
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