Call Stack (most recent call first):
cmakelists.txt:122 (Find_package)
CMake Error at C:/Program Files (x86)/cmake/share/cmake-3.2/modules/findpackagehandlestandardargs.cmake:138 (message ):
Could not find OpenSSL, try to set the path to OpenSSL root folder in the
System variable Openssl_root_dir:found unsuitable version ". 0.0", but
Required is at least "0.9.8" (found
Ssl_eay_library-notfound; Lib_eay_library-notfound)
Call Stack (most recent call first):
C:/Program Files (x86)/cmake/share/cmake-3.2/modules/findpackagehandlestandardargs.cmake:372 (_FPHSA_FAILURE_ MESSAGE)
C:/Program Files (x86)/cmake/share/cmake-3.2/modules/findopenssl.cmake:324 (Find_package_handle_standard_args)
cmakelists.txt:122 (Find_package)
When looking for the OpenSSL version in the Findopenssl.cmake file, you need to refer to the version record file in the OpenSSL source file, so you need to add the version number
Could not find OpenSSL solution