Skip to content

Commit f51466e

Browse files
committed
fixing typo
1 parent 3e5697c commit f51466e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios.toolchain.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ endif()
152152

153153
if(DEFINED IOS_DEPLOYMENT_TARGET)
154154
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.")
155+
message(DEPRECATION "IOS_DEPLOYMENT_TARGET argument is DEPRECATED. Consider using the new DEPLOYMENT_TARGET argument instead.")
156156
endif()
157157

158158
if(DEFINED CMAKE_IOS_DEVELOPER_ROOT)

0 commit comments

Comments
 (0)