执行cmake报这错,是什么原因

camke.exe 是cmake官网下的,qt版本是qt for android

CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as

cmake_minimum_required(VERSION 3.2)

should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run “cmake --help-policy CMP0000”.
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Error at CMakeLists.txt:27 (message):
Unsupported platform, CMake will exit

– Configuring incomplete, errors occurred!
See also “G:/cocos2d-x-3.5/tests/cpp-empty-test-build/CMakeFiles/CMakeOutput.log”.