The latest CMake generates lots of the same warning message as below,
when building ToT ncnn for iOS:
CMake Warning (dev) at toolchains/ios.toolchain.cmake:451 (set):
implicitly converting 'string' to 'STRING' type.
This PR fixes 'string' to 'STRING' to suppress the warning messages above.