openssl-cmake icon indicating copy to clipboard operation
openssl-cmake copied to clipboard

CMake minimum version should be higher than 3.5

Open jmigual opened this issue 1 year ago • 0 comments

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.

jmigual avatar Sep 22 '23 07:09 jmigual