openssl-cmake
openssl-cmake copied to clipboard
CMake minimum version should be higher than 3.5
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.