janbar / openssl-cmake

Build OpenSSL with CMake on MacOS, Win32, Win64 and cross compile for Android, IOS
Other
267 stars 138 forks source link

CMake minimum version should be higher than 3.5 #33

Open jmigual opened 9 months ago

jmigual commented 9 months ago

Right now CMake gives the following warning:

CMake Deprecation Warning at CMakeLists.txt:29 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of CMake.

Thus the minimum version should be raised or a MAX tag should be added to the CMake script.